Shades of Plum #DEA8DE
Tints of Plum #DEA8DE
RGB
CMYK
RGB Variations
Color information
#DEA8DE (or 0xDEA8DE) is known color: Plum. HEX triplet: DE, A8 and DE. RGB value is (222,168,222). Sum of RGB (Red+Green+Blue) = 222+168+222=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEA8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8DE is #215721. Grayscale: #BEBEBE. Windows color (decimal): -2184994 or 14592222. OLE color: 14592222.
HSL color Cylindrical-coordinate representation of color #DEA8DE: hue angle of 300º 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 #DEA8DE is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 222 | - |
| CMYK | 0 | 0.24 | 0 | 0.13 |
| HSL | 300º | 0.45% | 0.76% | - |
| HSV(B) | 300º | 0.24% | 0.87% | - |
| XYZ | 57.31 | 48.81 | 75.51 | - |
| YUV | 190.3 | 145.89 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 222 | 0 | 0.24 | 0 | 0.13 | 300 | 0.45 | 0.76 |
| Hex | DE | A8 | DE | 0 | 18 | 0 | D | 12C | 2D | 4C |
| Octal | 336 | 250 | 336 | 0 | 30 | 0 | 15 | 454 | 55 | 114 |
| Binary | 11011110 | 10101000 | 11011110 | 0 | 11000 | 0 | 1101 | 100101100 | 101101 | 1001100 |
Color Harmonies of #DEA8DE
Complementary color
Monochromatic Colors of #DEA8DE
Black with #DEA8DE
Text Example
Text Example
White with #DEA8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA8DE; }
p { color: rgb(222,168,222); }
H1.HeaderClassName
{
color: #DEA8DE;
}
.AnyTagClassName
{
color: #DEA8DE;
}
</style>
background-color css
<style>
a { background-color: #DEA8DE; }
a { background-color: rgb(222,168,222); }
div.DivClassName
{
background-color: #DEA8DE;
}
.BgClassName
{
background-color: #DEA8DE;
}
</style>
border-color css
<style>
span { border-color: #DEA8DE; }
span { border-color: rgb(222,168,222); }
td.TdClassName
{
border-color: #DEA8DE;
}
.TagClassName
{
border-color: #DEA8DE;
}
</style>