#DEA8CA

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

Shades of Shocking #DEA8CA

Tints of Shocking #DEA8CA

Color information

#DEA8CA (or 0xDEA8CA) is unknown color: approx Shocking. HEX triplet: DE, A8 and CA. RGB value is (222,168,202). Sum of RGB (Red+Green+Blue) = 222+168+202=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8CA is #215735. Grayscale: #BBBBBB. Windows color (decimal): -2185014 or 13281502. OLE color: 13281502.

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

Color convert

RGB222168202-
CMYK00.240.090.13
HSL322.22º45%76.47%-
HSV(B)322.22º24.32%87.06%-
XYZ54.7947.862.22-
YUV188.02135.89152.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 168 (66.02% from 255) = 28.38%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=37.5%
G=28.38%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216820200.240.090.13322.224576.47
HexDEA8CA0189D1422d4c
Octal336250312030111550255114
Binary110111101010100011001010011000100111011010000101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8CA; }

 p { color: rgb(222,168,202); }

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

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

 a { background-color: rgb(222,168,202); }

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

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

 span { border-color: rgb(222,168,202); }

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