#DD87BB

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

Shades of Shocking #DD87BB

Tints of Shocking #DD87BB

Color information

#DD87BB (or 0xDD87BB) is unknown color: approx Shocking. HEX triplet: DD, 87 and BB. RGB value is (221,135,187). Sum of RGB (Red+Green+Blue) = 221+135+187=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87BB is #227844. Grayscale: #A6A6A6. Windows color (decimal): -2259013 or 12290013. OLE color: 12290013.

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

Color convert

RGB221135187-
CMYK00.390.150.13
HSL323.72º55.84%69.8%-
HSV(B)323.72º38.91%86.67%-
XYZ47.4536.2951.52-
YUV166.64139.49166.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 135 (53.12% from 255) = 24.86%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=40.70%
G=24.86%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113518700.390.150.13323.7255.8469.8
HexDD87BB027FD1443846
Octal335207273047171550470106
Binary1101110110000111101110110100111111111011010001001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD87BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD87BB; }

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

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

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

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

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

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

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

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