Shades of Plum #DEA3D8
Tints of Plum #DEA3D8
RGB
CMYK
RGB Variations
Color information
#DEA3D8 (or 0xDEA3D8) is known color: Plum. HEX triplet: DE, A3 and D8. RGB value is (222,163,216). Sum of RGB (Red+Green+Blue) = 222+163+216=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 163 (64.06% from 255 or 27.12% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA3D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA3D8 is #215C27. Grayscale: #BABABA. Windows color (decimal): -2186280 or 14197726. OLE color: 14197726.
HSL color Cylindrical-coordinate representation of color #DEA3D8: hue angle of 306.1º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEA3D8 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 216 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.13 |
| HSL | 306.1º | 0.47% | 0.75% | - |
| HSV(B) | 306.1º | 0.27% | 0.87% | - |
| XYZ | 55.62 | 46.68 | 71.04 | - |
| YUV | 186.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 216 | 0 | 0.27 | 0.03 | 0.13 | 306.1 | 0.47 | 0.75 |
| Hex | DE | A3 | D8 | 0 | 1B | 3 | D | 132 | 2F | 4B |
| Octal | 336 | 243 | 330 | 0 | 33 | 3 | 15 | 462 | 57 | 113 |
| Binary | 11011110 | 10100011 | 11011000 | 0 | 11011 | 11 | 1101 | 100110010 | 101111 | 1001011 |
Color Harmonies of #DEA3D8
Complementary color
Monochromatic Colors of #DEA3D8
Black with #DEA3D8
Text Example
Text Example
White with #DEA3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA3D8; }
p { color: rgb(222,163,216); }
H1.HeaderClassName
{
color: #DEA3D8;
}
.AnyTagClassName
{
color: #DEA3D8;
}
</style>
background-color css
<style>
a { background-color: #DEA3D8; }
a { background-color: rgb(222,163,216); }
div.DivClassName
{
background-color: #DEA3D8;
}
.BgClassName
{
background-color: #DEA3D8;
}
</style>
border-color css
<style>
span { border-color: #DEA3D8; }
span { border-color: rgb(222,163,216); }
td.TdClassName
{
border-color: #DEA3D8;
}
.TagClassName
{
border-color: #DEA3D8;
}
</style>