#DEA8DA

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

Shades of Plum #DEA8DA

Tints of Plum #DEA8DA

Color information

#DEA8DA (or 0xDEA8DA) is unknown color: approx Plum. HEX triplet: DE, A8 and DA. RGB value is (222,168,218). Sum of RGB (Red+Green+Blue) = 222+168+218=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8DA is #215725. Grayscale: #BDBDBD. Windows color (decimal): -2184998 or 14330078. OLE color: 14330078.

HSL color Cylindrical-coordinate representation of color #DEA8DA: hue angle of 304.44º 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 #DEA8DA is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222168218-
CMYK00.240.020.13
HSL304.44º45%76.47%-
HSV(B)304.44º24.32%87.06%-
XYZ56.7848.672.72-
YUV189.85143.89150.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.51%
GREEN value IS 168 (66.02% from 255) = 27.63%
BLUE value IS 218 (85.55% from 255) = 35.86%
R=36.51%
G=27.63%
B=35.86%

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
Decimal22216821800.240.020.13304.444576.47
HexDEA8DA0182D1302d4c
Octal33625033203021546055114
Binary1101111010101000110110100110001011011001100001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8DA; }

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

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

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

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

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

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

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

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