#DEA0CF

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

Shades of Plum #DEA0CF

Tints of Plum #DEA0CF

Color information

#DEA0CF (or 0xDEA0CF) is unknown color: approx Plum. HEX triplet: DE, A0 and CF. RGB value is (222,160,207). Sum of RGB (Red+Green+Blue) = 222+160+207=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA0CF is #215F30. Grayscale: #B7B7B7. Windows color (decimal): -2187057 or 13607134. OLE color: 13607134.

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

Color convert

RGB222160207-
CMYK00.280.070.13
HSL314.52º48.44%74.9%-
HSV(B)314.52º27.93%87.06%-
XYZ53.9645.1864.91-
YUV183.9141.04155.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 160 (62.89% from 255) = 27.16%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=37.69%
G=27.16%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216020700.280.070.13314.5248.4474.9
HexDEA0CF01C7D13b304b
Octal33624031703471547360113
Binary11011110101000001100111101110011111011001110111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA0CF; }

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

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

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

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

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

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

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

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