#DEA0E0

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

Shades of Plum #DEA0E0

Tints of Plum #DEA0E0

Color information

#DEA0E0 (or 0xDEA0E0) is unknown color: approx Plum. HEX triplet: DE, A0 and E0. RGB value is (222,160,224). Sum of RGB (Red+Green+Blue) = 222+160+224=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEA0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA0E0 is #215F1F. Grayscale: #B9B9B9. Windows color (decimal): -2187040 or 14721246. OLE color: 14721246.

HSL color Cylindrical-coordinate representation of color #DEA0E0: hue angle of 298.12º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA0E0 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222160224-
CMYK0.010.2900.12
HSL298.12º50.79%75.29%-
HSV(B)298.12º28.57%87.84%-
XYZ56.1546.0576.45-
YUV185.83149.54153.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.63%
GREEN value IS 160 (62.89% from 255) = 26.40%
BLUE value IS 224 (87.89% from 255) = 36.96%
R=36.63%
G=26.40%
B=36.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221602240.010.2900.12298.1250.7975.29
HexDEA0E011D0C12a334b
Octal33624034013501445263113
Binary110111101010000011100000111101011001001010101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA0E0; }

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

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

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

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

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

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

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

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