#DC9FB6

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

Shades of Shocking #DC9FB6

Tints of Shocking #DC9FB6

Color information

#DC9FB6 (or 0xDC9FB6) is unknown color: approx Shocking. HEX triplet: DC, 9F and B6. RGB value is (220,159,182). Sum of RGB (Red+Green+Blue) = 220+159+182=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FB6 is #236049. Grayscale: #B3B3B3. Windows color (decimal): -2318410 or 11968476. OLE color: 11968476.

HSL color Cylindrical-coordinate representation of color #DC9FB6: hue angle of 337.38º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9FB6 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB220159182-
CMYK00.280.170.14
HSL337.38º46.56%74.31%-
HSV(B)337.38º27.73%86.27%-
XYZ50.3643.3949.98-
YUV179.86129.21156.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 159 (62.5% from 255) = 28.34%
BLUE value IS 182 (71.48% from 255) = 32.44%
R=39.22%
G=28.34%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015918200.280.170.14337.3846.5674.31
HexDC9FB601C11E1512f4a
Octal334237266034211652157112
Binary1101110010011111101101100111001000111101010100011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9FB6; }

 p { color: rgb(220,159,182); }

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

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

 a { background-color: rgb(220,159,182); }

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

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

 span { border-color: rgb(220,159,182); }

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