#dea4c9

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

Shades of Shocking #DEA4C9

Tints of Shocking #DEA4C9

Color information

#DEA4C9 (or 0xDEA4C9) is unknown color: approx Shocking. HEX triplet: DE, A4 and C9. RGB value is (222,164,201). Sum of RGB (Red+Green+Blue) = 222+164+201=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA4C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA4C9 is #215B36. Grayscale: #B9B9B9. Windows color (decimal): -2186039 or 13214942. OLE color: 13214942.

HSL color Cylindrical-coordinate representation of color #DEA4C9: hue angle of 321.72º degrees, saturation: 0.47, 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 #DEA4C9 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222164201-
CMYK00.260.090.13
HSL321.72º46.77%75.69%-
HSV(B)321.72º26.13%87.06%-
XYZ53.9446.361.35-
YUV185.56136.72153.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 164 (64.45% from 255) = 27.94%
BLUE value IS 201 (78.91% from 255) = 34.24%
R=37.82%
G=27.94%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216420100.260.090.13321.7246.7775.69
HexDEA4C901A9D1422f4c
Octal336244311032111550257114
Binary110111101010010011001001011010100111011010000101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dea4c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dea4c9; }

 p { color: rgb(222,164,201); }

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

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

 a { background-color: rgb(222,164,201); }

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

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

 span { border-color: rgb(222,164,201); }

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