#DE87B8

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

Shades of Shocking #DE87B8

Tints of Shocking #DE87B8

Color information

#DE87B8 (or 0xDE87B8) is unknown color: approx Shocking. HEX triplet: DE, 87 and B8. RGB value is (222,135,184). Sum of RGB (Red+Green+Blue) = 222+135+184=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DE87B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE87B8 is #217847. Grayscale: #A6A6A6. Windows color (decimal): -2193480 or 12093406. OLE color: 12093406.

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

Color convert

RGB222135184-
CMYK00.390.170.13
HSL326.21º56.86%70%-
HSV(B)326.21º39.19%87.06%-
XYZ47.4436.3249.86-
YUV166.6137.82167.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 135 (53.12% from 255) = 24.95%
BLUE value IS 184 (72.27% from 255) = 34.01%
R=41.04%
G=24.95%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213518400.390.170.13326.2156.8670
HexDE87B802711D1463946
Octal336207270047211550671106
Binary11011110100001111011100001001111000111011010001101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE87B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE87B8; }

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

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

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

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

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

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

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

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