#D9085A

Color #D9085A Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #D9085A

Tints of Razzmatazz #D9085A

Color information

#D9085A (or 0xD9085A) is unknown color: approx Razzmatazz. HEX triplet: D9, 08 and 5A. RGB value is (217,8,90). Sum of RGB (Red+Green+Blue) = 217+8+90=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D9085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9085A is #26F7A5. Grayscale: #4F4F4F. Windows color (decimal): -2553766 or 5900505. OLE color: 5900505.

HSL color Cylindrical-coordinate representation of color #D9085A: hue angle of 336.46º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9085A is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB217890-
CMYK00.960.590.15
HSL336.46º92.89%44.12%-
HSV(B)336.46º96.31%85.1%-
XYZ30.5515.6611.09-
YUV79.84133.74225.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 68.89%
GREEN value IS 8 (3.52% from 255) = 2.54%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=68.89%
G=2.54%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21789000.960.590.15336.4692.8944.12
HexD985A0603BF1505d2c
Octal331101320140731752013554
Binary11011001100010110100110000011101111111010100001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9085A; }

 p { color: rgb(217,8,90); }

 H1.HeaderClassName
 {
   color: #D9085A;
 }
 .AnyTagClassName
 {
   color: #D9085A;
 }
</style>
background-color css

<style>
 a { background-color: #D9085A; }

 a { background-color: rgb(217,8,90); }

 div.DivClassName
 {
   background-color: #D9085A;
 }
 .BgClassName
 {
   background-color: #D9085A;
 }
</style>
border-color css

<style>
 span { border-color: #D9085A; }

 span { border-color: rgb(217,8,90); }

 td.TdClassName
 {
   border-color: #D9085A;
 }
 .TagClassName
 {
   border-color: #D9085A;
 }
</style>