#DEA9DA

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

Shades of Plum #DEA9DA

Tints of Plum #DEA9DA

Color information

#DEA9DA (or 0xDEA9DA) is unknown color: approx Plum. HEX triplet: DE, A9 and DA. RGB value is (222,169,218). Sum of RGB (Red+Green+Blue) = 222+169+218=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9DA is #215625. Grayscale: #BEBEBE. Windows color (decimal): -2184742 or 14330334. OLE color: 14330334.

HSL color Cylindrical-coordinate representation of color #DEA9DA: hue angle of 304.53º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA9DA is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222169218-
CMYK00.240.020.13
HSL304.53º44.54%76.67%-
HSV(B)304.53º23.87%87.06%-
XYZ56.9748.9772.78-
YUV190.43143.56150.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 169 (66.41% from 255) = 27.75%
BLUE value IS 218 (85.55% from 255) = 35.80%
R=36.45%
G=27.75%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216921800.240.020.13304.5344.5476.67
HexDEA9DA0182D1312d4d
Octal33625133203021546155115
Binary1101111010101001110110100110001011011001100011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9DA; }

 p { color: rgb(222,169,218); }

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

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

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

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

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

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

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