#DC9CB6

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

Shades of Shocking #DC9CB6

Tints of Shocking #DC9CB6

Color information

#DC9CB6 (or 0xDC9CB6) is unknown color: approx Shocking. HEX triplet: DC, 9C and B6. RGB value is (220,156,182). Sum of RGB (Red+Green+Blue) = 220+156+182=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CB6 is #236349. Grayscale: #B2B2B2. Windows color (decimal): -2319178 or 11967708. OLE color: 11967708.

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

Color convert

RGB220156182-
CMYK00.290.170.14
HSL335.62º47.76%73.73%-
HSV(B)335.62º29.09%86.27%-
XYZ49.8542.3749.81-
YUV178.1130.2157.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 156 (61.33% from 255) = 27.96%
BLUE value IS 182 (71.48% from 255) = 32.62%
R=39.43%
G=27.96%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015618200.290.170.14335.6247.7673.73
HexDC9CB601D11E150304a
Octal334234266035211652060112
Binary1101110010011100101101100111011000111101010100001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CB6; }

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

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

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

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

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

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

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

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