Shades of Plum #D9A0D5
Tints of Plum #D9A0D5
RGB
CMYK
RGB Variations
Color information
#D9A0D5 (or 0xD9A0D5) is known color: Plum. HEX triplet: D9, A0 and D5. RGB value is (217,160,213). Sum of RGB (Red+Green+Blue) = 217+160+213=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0D5 is #265F2A. Grayscale: #B6B6B6. Windows color (decimal): -2514731 or 14000345. OLE color: 14000345.
HSL color Cylindrical-coordinate representation of color #D9A0D5: hue angle of 304.21º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A0D5 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 213 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.15 |
| HSL | 304.21º | 0.43% | 0.74% | - |
| HSV(B) | 304.21º | 0.26% | 0.85% | - |
| XYZ | 53.2 | 44.7 | 68.77 | - |
| YUV | 183.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 213 | 0 | 0.26 | 0.02 | 0.15 | 304.21 | 0.43 | 0.74 |
| Hex | D9 | A0 | D5 | 0 | 1A | 2 | F | 130 | 2B | 4A |
| Octal | 331 | 240 | 325 | 0 | 32 | 2 | 17 | 460 | 53 | 112 |
| Binary | 11011001 | 10100000 | 11010101 | 0 | 11010 | 10 | 1111 | 100110000 | 101011 | 1001010 |
Color Harmonies of #D9A0D5
Complementary color
Monochromatic Colors of #D9A0D5
Black with #D9A0D5
Text Example
Text Example
White with #D9A0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A0D5; }
p { color: rgb(217,160,213); }
H1.HeaderClassName
{
color: #D9A0D5;
}
.AnyTagClassName
{
color: #D9A0D5;
}
</style>
background-color css
<style>
a { background-color: #D9A0D5; }
a { background-color: rgb(217,160,213); }
div.DivClassName
{
background-color: #D9A0D5;
}
.BgClassName
{
background-color: #D9A0D5;
}
</style>
border-color css
<style>
span { border-color: #D9A0D5; }
span { border-color: rgb(217,160,213); }
td.TdClassName
{
border-color: #D9A0D5;
}
.TagClassName
{
border-color: #D9A0D5;
}
</style>