#DEA6C8

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

Shades of Shocking #DEA6C8

Tints of Shocking #DEA6C8

Color information

#DEA6C8 (or 0xDEA6C8) is unknown color: approx Shocking. HEX triplet: DE, A6 and C8. RGB value is (222,166,200). Sum of RGB (Red+Green+Blue) = 222+166+200=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6C8 is #215937. Grayscale: #BABABA. Windows color (decimal): -2185528 or 13149918. OLE color: 13149918.

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

Color convert

RGB222166200-
CMYK00.250.100.13
HSL323.57º45.9%76.08%-
HSV(B)323.57º25.23%87.06%-
XYZ54.1946.9760.85-
YUV186.62135.55153.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.76%
GREEN value IS 166 (65.23% from 255) = 28.23%
BLUE value IS 200 (78.52% from 255) = 34.01%
R=37.76%
G=28.23%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216620000.250.100.13323.5745.976.08
HexDEA6C8019AD1442e4c
Octal336246310031121550456114
Binary110111101010011011001000011001101011011010001001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA6C8; }

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

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

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

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

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

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

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

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