#DE9AC8

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

Shades of Shocking #DE9AC8

Tints of Shocking #DE9AC8

Color information

#DE9AC8 (or 0xDE9AC8) is unknown color: approx Shocking. HEX triplet: DE, 9A and C8. RGB value is (222,154,200). Sum of RGB (Red+Green+Blue) = 222+154+200=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9AC8 is #216537. Grayscale: #B3B3B3. Windows color (decimal): -2188600 or 13146846. OLE color: 13146846.

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

Color convert

RGB222154200-
CMYK00.310.100.13
HSL319.41º50.75%73.73%-
HSV(B)319.41º30.63%87.06%-
XYZ52.1142.8160.16-
YUV179.58139.53158.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 200 (78.52% from 255) = 34.72%
R=38.54%
G=26.74%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215420000.310.100.13319.4150.7573.73
HexDE9AC801FAD13f334a
Octal336232310037121547763112
Binary110111101001101011001000011111101011011001111111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9AC8; }

 p { color: rgb(222,154,200); }

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

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

 a { background-color: rgb(222,154,200); }

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

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

 span { border-color: rgb(222,154,200); }

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