#DEA0D4

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

Shades of Plum #DEA0D4

Tints of Plum #DEA0D4

Color information

#DEA0D4 (or 0xDEA0D4) is unknown color: approx Plum. HEX triplet: DE, A0 and D4. RGB value is (222,160,212). Sum of RGB (Red+Green+Blue) = 222+160+212=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA0D4 is #215F2B. Grayscale: #B8B8B8. Windows color (decimal): -2187052 or 13934814. OLE color: 13934814.

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

Color convert

RGB222160212-
CMYK00.280.050.13
HSL309.68º48.44%74.9%-
HSV(B)309.68º27.93%87.06%-
XYZ54.5845.4268.18-
YUV184.47143.54154.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 160 (62.89% from 255) = 26.94%
BLUE value IS 212 (83.20% from 255) = 35.69%
R=37.37%
G=26.94%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216021200.280.050.13309.6848.4474.9
HexDEA0D401C5D136304b
Octal33624032403451546660113
Binary11011110101000001101010001110010111011001101101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA0D4; }

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

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

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

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

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

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

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

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