#DE9DBB

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

Shades of Shocking #DE9DBB

Tints of Shocking #DE9DBB

Color information

#DE9DBB (or 0xDE9DBB) is unknown color: approx Shocking. HEX triplet: DE, 9D and BB. RGB value is (222,157,187). Sum of RGB (Red+Green+Blue) = 222+157+187=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9DBB is #216244. Grayscale: #B3B3B3. Windows color (decimal): -2187845 or 12295646. OLE color: 12295646.

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

Color convert

RGB222157187-
CMYK00.290.160.13
HSL332.31º49.62%74.31%-
HSV(B)332.31º29.28%87.06%-
XYZ51.1543.2352.66-
YUV179.86132.03158.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.22%
GREEN value IS 157 (61.72% from 255) = 27.74%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=39.22%
G=27.74%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215718700.290.160.13332.3149.6274.31
HexDE9DBB01D10D14c324a
Octal336235273035201551462112
Binary1101111010011101101110110111011000011011010011001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9DBB; }

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

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

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

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

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

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

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

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