#DE9CCA

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

Shades of Shocking #DE9CCA

Tints of Shocking #DE9CCA

Color information

#DE9CCA (or 0xDE9CCA) is unknown color: approx Shocking. HEX triplet: DE, 9C and CA. RGB value is (222,156,202). Sum of RGB (Red+Green+Blue) = 222+156+202=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CCA is #216335. Grayscale: #B4B4B4. Windows color (decimal): -2188086 or 13278430. OLE color: 13278430.

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

Color convert

RGB222156202-
CMYK00.300.090.13
HSL318.18º50%74.12%-
HSV(B)318.18º29.73%87.06%-
XYZ52.6743.5761.51-
YUV180.98139.87157.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.28%
GREEN value IS 156 (61.33% from 255) = 26.90%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=38.28%
G=26.90%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215620200.300.090.13318.185074.12
HexDE9CCA01E9D13e324a
Octal336234312036111547662112
Binary110111101001110011001010011110100111011001111101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9CCA; }

 p { color: rgb(222,156,202); }

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

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

 a { background-color: rgb(222,156,202); }

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

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

 span { border-color: rgb(222,156,202); }

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