Shades of Plum #D9AFDD
Tints of Plum #D9AFDD
RGB
CMYK
RGB Variations
Color information
#D9AFDD (or 0xD9AFDD) is known color: Plum. HEX triplet: D9, AF and DD. RGB value is (217,175,221). Sum of RGB (Red+Green+Blue) = 217+175+221=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFDD is #265022. Grayscale: #C0C0C0. Windows color (decimal): -2510883 or 14528473. OLE color: 14528473.
HSL color Cylindrical-coordinate representation of color #D9AFDD: hue angle of 294.78º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9AFDD is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 175 | 221 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.13 |
| HSL | 294.78º | 0.4% | 0.78% | - |
| HSV(B) | 294.78º | 0.21% | 0.87% | - |
| XYZ | 57 | 50.63 | 75.18 | - |
| YUV | 192.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 221 | 0.02 | 0.21 | 0 | 0.13 | 294.78 | 0.4 | 0.78 |
| Hex | D9 | AF | DD | 2 | 15 | 0 | D | 127 | 28 | 4E |
| Octal | 331 | 257 | 335 | 2 | 25 | 0 | 15 | 447 | 50 | 116 |
| Binary | 11011001 | 10101111 | 11011101 | 10 | 10101 | 0 | 1101 | 100100111 | 101000 | 1001110 |
Color Harmonies of #D9AFDD
Complementary color
Monochromatic Colors of #D9AFDD
Black with #D9AFDD
Text Example
Text Example
White with #D9AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFDD; }
p { color: rgb(217,175,221); }
H1.HeaderClassName
{
color: #D9AFDD;
}
.AnyTagClassName
{
color: #D9AFDD;
}
</style>
background-color css
<style>
a { background-color: #D9AFDD; }
a { background-color: rgb(217,175,221); }
div.DivClassName
{
background-color: #D9AFDD;
}
.BgClassName
{
background-color: #D9AFDD;
}
</style>
border-color css
<style>
span { border-color: #D9AFDD; }
span { border-color: rgb(217,175,221); }
td.TdClassName
{
border-color: #D9AFDD;
}
.TagClassName
{
border-color: #D9AFDD;
}
</style>