#DEA5C6

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

Shades of Shocking #DEA5C6

Tints of Shocking #DEA5C6

Color information

#DEA5C6 (or 0xDEA5C6) is unknown color: approx Shocking. HEX triplet: DE, A5 and C6. RGB value is (222,165,198). Sum of RGB (Red+Green+Blue) = 222+165+198=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5C6 is #215A39. Grayscale: #B9B9B9. Windows color (decimal): -2185786 or 13018590. OLE color: 13018590.

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

Color convert

RGB222165198-
CMYK00.260.110.13
HSL325.26º46.34%75.88%-
HSV(B)325.26º25.68%87.06%-
XYZ53.7746.5259.57-
YUV185.8134.88153.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 165 (64.84% from 255) = 28.21%
BLUE value IS 198 (77.73% from 255) = 33.85%
R=37.95%
G=28.21%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216519800.260.110.13325.2646.3475.88
HexDEA5C601ABD1452e4c
Octal336245306032131550556114
Binary110111101010010111000110011010101111011010001011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA5C6; }

 p { color: rgb(222,165,198); }

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

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

 a { background-color: rgb(222,165,198); }

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

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

 span { border-color: rgb(222,165,198); }

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