#DE87BC

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

Shades of Shocking #DE87BC

Tints of Shocking #DE87BC

Color information

#DE87BC (or 0xDE87BC) is unknown color: approx Shocking. HEX triplet: DE, 87 and BC. RGB value is (222,135,188). Sum of RGB (Red+Green+Blue) = 222+135+188=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DE87BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE87BC is #217843. Grayscale: #A6A6A6. Windows color (decimal): -2193476 or 12355550. OLE color: 12355550.

HSL color Cylindrical-coordinate representation of color #DE87BC: hue angle of 323.45º degrees, saturation: 0.57, 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 #DE87BC is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB222135188-
CMYK00.390.150.13
HSL323.45º56.86%70%-
HSV(B)323.45º39.19%87.06%-
XYZ47.8736.4952.1-
YUV167.06139.82167.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 135 (53.12% from 255) = 24.77%
BLUE value IS 188 (73.83% from 255) = 34.50%
R=40.73%
G=24.77%
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.13
SystemRedGreenBlueCMYKHSL
Decimal22213518800.390.150.13323.4556.8670
HexDE87BC027FD1433946
Octal336207274047171550371106
Binary1101111010000111101111000100111111111011010000111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE87BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE87BC; }

 p { color: rgb(222,135,188); }

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

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

 a { background-color: rgb(222,135,188); }

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

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

 span { border-color: rgb(222,135,188); }

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