#DEA6D6

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

Shades of Plum #DEA6D6

Tints of Plum #DEA6D6

Color information

#DEA6D6 (or 0xDEA6D6) is unknown color: approx Plum. HEX triplet: DE, A6 and D6. RGB value is (222,166,214). Sum of RGB (Red+Green+Blue) = 222+166+214=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6D6 is #215929. Grayscale: #BCBCBC. Windows color (decimal): -2185514 or 14067422. OLE color: 14067422.

HSL color Cylindrical-coordinate representation of color #DEA6D6: hue angle of 308.57º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEA6D6 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB222166214-
CMYK00.250.040.13
HSL308.57º45.9%76.08%-
HSV(B)308.57º25.23%87.06%-
XYZ55.947.6669.87-
YUV188.22142.55152.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 166 (65.23% from 255) = 27.57%
BLUE value IS 214 (83.98% from 255) = 35.55%
R=36.88%
G=27.57%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216621400.250.040.13308.5745.976.08
HexDEA6D60194D1352e4c
Octal33624632603141546556114
Binary11011110101001101101011001100110011011001101011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA6D6; }

 p { color: rgb(222,166,214); }

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

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

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

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

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

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

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