#DC9CBB

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

Shades of Shocking #DC9CBB

Tints of Shocking #DC9CBB

Color information

#DC9CBB (or 0xDC9CBB) is unknown color: approx Shocking. HEX triplet: DC, 9C and BB. RGB value is (220,156,187). Sum of RGB (Red+Green+Blue) = 220+156+187=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CBB is #236344. Grayscale: #B2B2B2. Windows color (decimal): -2319173 or 12295388. OLE color: 12295388.

HSL color Cylindrical-coordinate representation of color #DC9CBB: hue angle of 330.94º 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 #DC9CBB is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220156187-
CMYK00.290.150.14
HSL330.94º47.76%73.73%-
HSV(B)330.94º29.09%86.27%-
XYZ50.3742.5852.58-
YUV178.67132.7157.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=39.08%
G=27.71%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015618700.290.150.14330.9447.7673.73
HexDC9CBB01DFE14b304a
Octal334234273035171651360112
Binary110111001001110010111011011101111111101010010111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CBB; }

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

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

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

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

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

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

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

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