#DEA8DB

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

Shades of Plum #DEA8DB

Tints of Plum #DEA8DB

Color information

#DEA8DB (or 0xDEA8DB) is unknown color: approx Plum. HEX triplet: DE, A8 and DB. RGB value is (222,168,219). Sum of RGB (Red+Green+Blue) = 222+168+219=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8DB is #215724. Grayscale: #BDBDBD. Windows color (decimal): -2184997 or 14395614. OLE color: 14395614.

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

Color convert

RGB222168219-
CMYK00.240.010.13
HSL303.33º45%76.47%-
HSV(B)303.33º24.32%87.06%-
XYZ56.9148.6573.41-
YUV189.96144.39150.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 168 (66.02% from 255) = 27.59%
BLUE value IS 219 (85.94% from 255) = 35.96%
R=36.45%
G=27.59%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216821900.240.010.13303.334576.47
HexDEA8DB0181D12f2d4c
Octal33625033303011545755114
Binary110111101010100011011011011000111011001011111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8DB; }

 p { color: rgb(222,168,219); }

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

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

 a { background-color: rgb(222,168,219); }

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

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

 span { border-color: rgb(222,168,219); }

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