#DE9EB7

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

Shades of Shocking #DE9EB7

Tints of Shocking #DE9EB7

Color information

#DE9EB7 (or 0xDE9EB7) is unknown color: approx Shocking. HEX triplet: DE, 9E and B7. RGB value is (222,158,183). Sum of RGB (Red+Green+Blue) = 222+158+183=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9EB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9EB7 is #216148. Grayscale: #B3B3B3. Windows color (decimal): -2187593 or 12033758. OLE color: 12033758.

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

Color convert

RGB222158183-
CMYK00.290.180.13
HSL336.56º49.23%74.51%-
HSV(B)336.56º28.83%87.06%-
XYZ50.943.450.49-
YUV179.99129.7157.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.43%
GREEN value IS 158 (62.11% from 255) = 28.06%
BLUE value IS 183 (71.88% from 255) = 32.50%
R=39.43%
G=28.06%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215818300.290.180.13336.5649.2374.51
HexDE9EB701D12D151314b
Octal336236267035221552161113
Binary1101111010011110101101110111011001011011010100011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9EB7; }

 p { color: rgb(222,158,183); }

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

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

 a { background-color: rgb(222,158,183); }

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

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

 span { border-color: rgb(222,158,183); }

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