#DEA4DD

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

Shades of Plum #DEA4DD

Tints of Plum #DEA4DD

Color information

#DEA4DD (or 0xDEA4DD) is unknown color: approx Plum. HEX triplet: DE, A4 and DD. RGB value is (222,164,221). Sum of RGB (Red+Green+Blue) = 222+164+221=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA4DD is #215B22. Grayscale: #BBBBBB. Windows color (decimal): -2186019 or 14525662. OLE color: 14525662.

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

Color convert

RGB222164221-
CMYK00.260.000.13
HSL301.03º46.77%75.69%-
HSV(B)301.03º26.13%87.06%-
XYZ56.4547.374.56-
YUV187.84146.72152.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.57%
GREEN value IS 164 (64.45% from 255) = 27.02%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=36.57%
G=27.02%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216422100.260.000.13301.0346.7775.69
HexDEA4DD01A0D12d2f4c
Octal33624433503201545557114
Binary110111101010010011011101011010011011001011011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA4DD; }

 p { color: rgb(222,164,221); }

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

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

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

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

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

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

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