#DEA0DE

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

Shades of Plum #DEA0DE

Tints of Plum #DEA0DE

Color information

#DEA0DE (or 0xDEA0DE) is unknown color: approx Plum. HEX triplet: DE, A0 and DE. RGB value is (222,160,222). Sum of RGB (Red+Green+Blue) = 222+160+222=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEA0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA0DE is #215F21. Grayscale: #B9B9B9. Windows color (decimal): -2187042 or 14590174. OLE color: 14590174.

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

Color convert

RGB222160222-
CMYK00.2800.13
HSL300º48.44%74.9%-
HSV(B)300º27.93%87.06%-
XYZ55.8845.9575.03-
YUV185.61148.54153.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.75%
GREEN value IS 160 (62.89% from 255) = 26.49%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=36.75%
G=26.49%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216022200.2800.1330048.4474.9
HexDEA0DE01C0D12c304b
Octal33624033603401545460113
Binary110111101010000011011110011100011011001011001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA0DE; }

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

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

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

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

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

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

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

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