#DE9DCC

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

Shades of Shocking #DE9DCC

Tints of Shocking #DE9DCC

Color information

#DE9DCC (or 0xDE9DCC) is unknown color: approx Shocking. HEX triplet: DE, 9D and CC. RGB value is (222,157,204). Sum of RGB (Red+Green+Blue) = 222+157+204=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9DCC is #216233. Grayscale: #B5B5B5. Windows color (decimal): -2187828 or 13409758. OLE color: 13409758.

HSL color Cylindrical-coordinate representation of color #DE9DCC: hue angle of 316.62º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9DCC is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222157204-
CMYK00.290.080.13
HSL316.62º49.62%74.31%-
HSV(B)316.62º29.28%87.06%-
XYZ53.084462.82-
YUV181.79140.53156.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 157 (61.72% from 255) = 26.93%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=38.08%
G=26.93%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215720400.290.080.13316.6249.6274.31
HexDE9DCC01D8D13d324a
Octal336235314035101547562112
Binary110111101001110111001100011101100011011001111011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9DCC; }

 p { color: rgb(222,157,204); }

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

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

 a { background-color: rgb(222,157,204); }

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

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

 span { border-color: rgb(222,157,204); }

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