#DE9CCB

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

Shades of Shocking #DE9CCB

Tints of Shocking #DE9CCB

Color information

#DE9CCB (or 0xDE9CCB) is unknown color: approx Shocking. HEX triplet: DE, 9C and CB. RGB value is (222,156,203). Sum of RGB (Red+Green+Blue) = 222+156+203=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CCB is #216334. Grayscale: #B4B4B4. Windows color (decimal): -2188085 or 13343966. OLE color: 13343966.

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

Color convert

RGB222156203-
CMYK00.300.090.13
HSL317.27º50%74.12%-
HSV(B)317.27º29.73%87.06%-
XYZ52.7943.6262.14-
YUV181.09140.37157.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.21%
GREEN value IS 156 (61.33% from 255) = 26.85%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=38.21%
G=26.85%
B=34.94%

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
Decimal22215620300.300.090.13317.275074.12
HexDE9CCB01E9D13d324a
Octal336234313036111547562112
Binary110111101001110011001011011110100111011001111011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9CCB; }

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

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

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

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

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

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

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

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