Shades of Plum #D2A8D9
Tints of Plum #D2A8D9
RGB
CMYK
RGB Variations
Color information
#D2A8D9 (or 0xD2A8D9) is known color: Plum. HEX triplet: D2, A8 and D9. RGB value is (210,168,217). Sum of RGB (Red+Green+Blue) = 210+168+217=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #D2A8D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A8D9 is #2D5726. Grayscale: #B9B9B9. Windows color (decimal): -2971431 or 14264530. OLE color: 14264530.
HSL color Cylindrical-coordinate representation of color #D2A8D9: hue angle of 291.43º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2A8D9 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 168 | 217 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.15 |
| HSL | 291.43º | 0.39% | 0.75% | - |
| HSV(B) | 291.43º | 0.23% | 0.85% | - |
| XYZ | 53.11 | 46.72 | 71.86 | - |
| YUV | 186.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 217 | 0.03 | 0.23 | 0 | 0.15 | 291.43 | 0.39 | 0.75 |
| Hex | D2 | A8 | D9 | 3 | 17 | 0 | F | 123 | 27 | 4B |
| Octal | 322 | 250 | 331 | 3 | 27 | 0 | 17 | 443 | 47 | 113 |
| Binary | 11010010 | 10101000 | 11011001 | 11 | 10111 | 0 | 1111 | 100100011 | 100111 | 1001011 |
Color Harmonies of #D2A8D9
Complementary color
Monochromatic Colors of #D2A8D9
Black with #D2A8D9
Text Example
Text Example
White with #D2A8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A8D9; }
p { color: rgb(210,168,217); }
H1.HeaderClassName
{
color: #D2A8D9;
}
.AnyTagClassName
{
color: #D2A8D9;
}
</style>
background-color css
<style>
a { background-color: #D2A8D9; }
a { background-color: rgb(210,168,217); }
div.DivClassName
{
background-color: #D2A8D9;
}
.BgClassName
{
background-color: #D2A8D9;
}
</style>
border-color css
<style>
span { border-color: #D2A8D9; }
span { border-color: rgb(210,168,217); }
td.TdClassName
{
border-color: #D2A8D9;
}
.TagClassName
{
border-color: #D2A8D9;
}
</style>