#DEA9D9

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

Shades of Plum #DEA9D9

Tints of Plum #DEA9D9

Color information

#DEA9D9 (or 0xDEA9D9) is unknown color: approx Plum. HEX triplet: DE, A9 and D9. RGB value is (222,169,217). Sum of RGB (Red+Green+Blue) = 222+169+217=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9D9 is #215626. Grayscale: #BEBEBE. Windows color (decimal): -2184743 or 14264798. OLE color: 14264798.

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

Color convert

RGB222169217-
CMYK00.240.020.13
HSL305.66º44.54%76.67%-
HSV(B)305.66º23.87%87.06%-
XYZ56.8448.9272.09-
YUV190.32143.06150.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.51%
GREEN value IS 169 (66.41% from 255) = 27.80%
BLUE value IS 217 (85.16% from 255) = 35.69%
R=36.51%
G=27.80%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216921700.240.020.13305.6644.5476.67
HexDEA9D90182D1322d4d
Octal33625133103021546255115
Binary1101111010101001110110010110001011011001100101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9D9; }

 p { color: rgb(222,169,217); }

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

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

 a { background-color: rgb(222,169,217); }

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

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

 span { border-color: rgb(222,169,217); }

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