#DEA0DD

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

Shades of Plum #DEA0DD

Tints of Plum #DEA0DD

Color information

#DEA0DD (or 0xDEA0DD) is unknown color: approx Plum. HEX triplet: DE, A0 and DD. RGB value is (222,160,221). Sum of RGB (Red+Green+Blue) = 222+160+221=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA0DD is #215F22. Grayscale: #B9B9B9. Windows color (decimal): -2187043 or 14524638. OLE color: 14524638.

HSL color Cylindrical-coordinate representation of color #DEA0DD: hue angle of 300.97º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEA0DD is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB222160221-
CMYK00.280.000.13
HSL300.97º48.44%74.9%-
HSV(B)300.97º27.93%87.06%-
XYZ55.7545.8974.33-
YUV185.49148.04154.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.82%
GREEN value IS 160 (62.89% from 255) = 26.53%
BLUE value IS 221 (86.72% from 255) = 36.65%
R=36.82%
G=26.53%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216022100.280.000.13300.9748.4474.9
HexDEA0DD01C0D12d304b
Octal33624033503401545560113
Binary110111101010000011011101011100011011001011011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA0DD; }

 p { color: rgb(222,160,221); }

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

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

 a { background-color: rgb(222,160,221); }

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

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

 span { border-color: rgb(222,160,221); }

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