#DC87BB

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

Shades of Shocking #DC87BB

Tints of Shocking #DC87BB

Color information

#DC87BB (or 0xDC87BB) is unknown color: approx Shocking. HEX triplet: DC, 87 and BB. RGB value is (220,135,187). Sum of RGB (Red+Green+Blue) = 220+135+187=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87BB is #237844. Grayscale: #A6A6A6. Windows color (decimal): -2324549 or 12290012. OLE color: 12290012.

HSL color Cylindrical-coordinate representation of color #DC87BB: hue angle of 323.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC87BB is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220135187-
CMYK00.390.150.14
HSL323.29º54.84%69.61%-
HSV(B)323.29º38.64%86.27%-
XYZ47.1536.1351.5-
YUV166.34139.66166.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 135 (53.12% from 255) = 24.91%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=40.59%
G=24.91%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013518700.390.150.14323.2954.8469.61
HexDC87BB027FE1433746
Octal334207273047171650367106
Binary1101110010000111101110110100111111111101010000111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC87BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC87BB; }

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

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

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

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

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

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

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

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