Shades of Plum #DEA3D9
Tints of Plum #DEA3D9
RGB
CMYK
RGB Variations
Color information
#DEA3D9 (or 0xDEA3D9) is known color: Plum. HEX triplet: DE, A3 and D9. RGB value is (222,163,217). Sum of RGB (Red+Green+Blue) = 222+163+217=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA3D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA3D9 is #215C26. Grayscale: #BABABA. Windows color (decimal): -2186279 or 14263262. OLE color: 14263262.
HSL color Cylindrical-coordinate representation of color #DEA3D9: hue angle of 305.08º 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 #DEA3D9 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 217 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.13 |
| HSL | 305.08º | 0.47% | 0.75% | - |
| HSV(B) | 305.08º | 0.27% | 0.87% | - |
| XYZ | 55.75 | 46.73 | 71.73 | - |
| YUV | 186.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 217 | 0 | 0.27 | 0.02 | 0.13 | 305.08 | 0.47 | 0.75 |
| Hex | DE | A3 | D9 | 0 | 1B | 2 | D | 131 | 2F | 4B |
| Octal | 336 | 243 | 331 | 0 | 33 | 2 | 15 | 461 | 57 | 113 |
| Binary | 11011110 | 10100011 | 11011001 | 0 | 11011 | 10 | 1101 | 100110001 | 101111 | 1001011 |
Color Harmonies of #DEA3D9
Complementary color
Monochromatic Colors of #DEA3D9
Black with #DEA3D9
Text Example
Text Example
White with #DEA3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA3D9; }
p { color: rgb(222,163,217); }
H1.HeaderClassName
{
color: #DEA3D9;
}
.AnyTagClassName
{
color: #DEA3D9;
}
</style>
background-color css
<style>
a { background-color: #DEA3D9; }
a { background-color: rgb(222,163,217); }
div.DivClassName
{
background-color: #DEA3D9;
}
.BgClassName
{
background-color: #DEA3D9;
}
</style>
border-color css
<style>
span { border-color: #DEA3D9; }
span { border-color: rgb(222,163,217); }
td.TdClassName
{
border-color: #DEA3D9;
}
.TagClassName
{
border-color: #DEA3D9;
}
</style>