Shades of Plum #D6A0D1
Tints of Plum #D6A0D1
RGB
CMYK
RGB Variations
Color information
#D6A0D1 (or 0xD6A0D1) is known color: Plum. HEX triplet: D6, A0 and D1. RGB value is (214,160,209). Sum of RGB (Red+Green+Blue) = 214+160+209=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A0D1 is #295F2E. Grayscale: #B5B5B5. Windows color (decimal): -2711343 or 13738198. OLE color: 13738198.
HSL color Cylindrical-coordinate representation of color #D6A0D1: hue angle of 305.56º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A0D1 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 209 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.16 |
| HSL | 305.56º | 0.4% | 0.73% | - |
| HSV(B) | 305.56º | 0.25% | 0.84% | - |
| XYZ | 51.81 | 44.04 | 66.09 | - |
| YUV | 181.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 209 | 0 | 0.25 | 0.02 | 0.16 | 305.56 | 0.4 | 0.73 |
| Hex | D6 | A0 | D1 | 0 | 19 | 2 | 10 | 132 | 28 | 49 |
| Octal | 326 | 240 | 321 | 0 | 31 | 2 | 20 | 462 | 50 | 111 |
| Binary | 11010110 | 10100000 | 11010001 | 0 | 11001 | 10 | 10000 | 100110010 | 101000 | 1001001 |
Color Harmonies of #D6A0D1
Complementary color
Monochromatic Colors of #D6A0D1
Black with #D6A0D1
Text Example
Text Example
White with #D6A0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A0D1; }
p { color: rgb(214,160,209); }
H1.HeaderClassName
{
color: #D6A0D1;
}
.AnyTagClassName
{
color: #D6A0D1;
}
</style>
background-color css
<style>
a { background-color: #D6A0D1; }
a { background-color: rgb(214,160,209); }
div.DivClassName
{
background-color: #D6A0D1;
}
.BgClassName
{
background-color: #D6A0D1;
}
</style>
border-color css
<style>
span { border-color: #D6A0D1; }
span { border-color: rgb(214,160,209); }
td.TdClassName
{
border-color: #D6A0D1;
}
.TagClassName
{
border-color: #D6A0D1;
}
</style>