#DE96C7

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

Shades of Shocking #DE96C7

Tints of Shocking #DE96C7

Color information

#DE96C7 (or 0xDE96C7) is unknown color: approx Shocking. HEX triplet: DE, 96 and C7. RGB value is (222,150,199). Sum of RGB (Red+Green+Blue) = 222+150+199=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DE96C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE96C7 is #216938. Grayscale: #B0B0B0. Windows color (decimal): -2189625 or 13080286. OLE color: 13080286.

HSL color Cylindrical-coordinate representation of color #DE96C7: hue angle of 319.17º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE96C7 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB222150199-
CMYK00.320.100.13
HSL319.17º52.17%72.94%-
HSV(B)319.17º32.43%87.06%-
XYZ51.3441.4759.33-
YUV177.11140.35160.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 199 (78.12% from 255) = 34.85%
R=38.88%
G=26.27%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215019900.320.100.13319.1752.1772.94
HexDE96C7020AD13f3449
Octal336226307040121547764111
Binary1101111010010110110001110100000101011011001111111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE96C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE96C7; }

 p { color: rgb(222,150,199); }

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

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

 a { background-color: rgb(222,150,199); }

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

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

 span { border-color: rgb(222,150,199); }

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