#DEA0DC

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

Shades of Plum #DEA0DC

Tints of Plum #DEA0DC

Color information

#DEA0DC (or 0xDEA0DC) is unknown color: approx Plum. HEX triplet: DE, A0 and DC. RGB value is (222,160,220). Sum of RGB (Red+Green+Blue) = 222+160+220=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA0DC is #215F23. Grayscale: #B9B9B9. Windows color (decimal): -2187044 or 14459102. OLE color: 14459102.

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

Color convert

RGB222160220-
CMYK00.280.010.13
HSL301.94º48.44%74.9%-
HSV(B)301.94º27.93%87.06%-
XYZ55.6145.8473.63-
YUV185.38147.54154.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 160 (62.89% from 255) = 26.58%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=36.88%
G=26.58%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216022000.280.010.13301.9448.4474.9
HexDEA0DC01C1D12e304b
Octal33624033403411545660113
Binary110111101010000011011100011100111011001011101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA0DC; }

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

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

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

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

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

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

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

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