Shades of Plum #D9A0E0
Tints of Plum #D9A0E0
RGB
CMYK
RGB Variations
Color information
#D9A0E0 (or 0xD9A0E0) is known color: Plum. HEX triplet: D9, A0 and E0. RGB value is (217,160,224). Sum of RGB (Red+Green+Blue) = 217+160+224=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9A0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0E0 is #265F1F. Grayscale: #B8B8B8. Windows color (decimal): -2514720 or 14721241. OLE color: 14721241.
HSL color Cylindrical-coordinate representation of color #D9A0E0: hue angle of 293.44º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9A0E0 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 160 | 224 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.12 |
| HSL | 293.44º | 0.51% | 0.75% | - |
| HSV(B) | 293.44º | 0.29% | 0.88% | - |
| XYZ | 54.64 | 45.28 | 76.38 | - |
| YUV | 184.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 224 | 0.03 | 0.29 | 0 | 0.12 | 293.44 | 0.51 | 0.75 |
| Hex | D9 | A0 | E0 | 3 | 1D | 0 | C | 125 | 33 | 4B |
| Octal | 331 | 240 | 340 | 3 | 35 | 0 | 14 | 445 | 63 | 113 |
| Binary | 11011001 | 10100000 | 11100000 | 11 | 11101 | 0 | 1100 | 100100101 | 110011 | 1001011 |
Color Harmonies of #D9A0E0
Complementary color
Monochromatic Colors of #D9A0E0
Black with #D9A0E0
Text Example
Text Example
White with #D9A0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A0E0; }
p { color: rgb(217,160,224); }
H1.HeaderClassName
{
color: #D9A0E0;
}
.AnyTagClassName
{
color: #D9A0E0;
}
</style>
background-color css
<style>
a { background-color: #D9A0E0; }
a { background-color: rgb(217,160,224); }
div.DivClassName
{
background-color: #D9A0E0;
}
.BgClassName
{
background-color: #D9A0E0;
}
</style>
border-color css
<style>
span { border-color: #D9A0E0; }
span { border-color: rgb(217,160,224); }
td.TdClassName
{
border-color: #D9A0E0;
}
.TagClassName
{
border-color: #D9A0E0;
}
</style>