#DE87B5

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

Shades of Shocking #DE87B5

Tints of Shocking #DE87B5

Color information

#DE87B5 (or 0xDE87B5) is unknown color: approx Shocking. HEX triplet: DE, 87 and B5. RGB value is (222,135,181). Sum of RGB (Red+Green+Blue) = 222+135+181=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DE87B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE87B5 is #21784A. Grayscale: #A6A6A6. Windows color (decimal): -2193483 or 11896798. OLE color: 11896798.

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

Color convert

RGB222135181-
CMYK00.390.180.13
HSL328.28º56.86%70%-
HSV(B)328.28º39.19%87.06%-
XYZ47.1336.1948.22-
YUV166.26136.32167.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.26%
GREEN value IS 135 (53.12% from 255) = 25.09%
BLUE value IS 181 (71.09% from 255) = 33.64%
R=41.26%
G=25.09%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213518100.390.180.13328.2856.8670
HexDE87B502712D1483946
Octal336207265047221551071106
Binary11011110100001111011010101001111001011011010010001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE87B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE87B5; }

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

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

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

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

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

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

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

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