Shades of Plum #D9A6D3
Tints of Plum #D9A6D3
RGB
CMYK
RGB Variations
Color information
#D9A6D3 (or 0xD9A6D3) is known color: Plum. HEX triplet: D9, A6 and D3. RGB value is (217,166,211). Sum of RGB (Red+Green+Blue) = 217+166+211=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A6D3 is #26592C. Grayscale: #BABABA. Windows color (decimal): -2513197 or 13870809. OLE color: 13870809.
HSL color Cylindrical-coordinate representation of color #D9A6D3: hue angle of 307.06º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9A6D3 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 211 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.15 |
| HSL | 307.06º | 0.4% | 0.75% | - |
| HSV(B) | 307.06º | 0.24% | 0.85% | - |
| XYZ | 54.01 | 46.73 | 67.8 | - |
| YUV | 186.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 211 | 0 | 0.24 | 0.03 | 0.15 | 307.06 | 0.4 | 0.75 |
| Hex | D9 | A6 | D3 | 0 | 18 | 3 | F | 133 | 28 | 4B |
| Octal | 331 | 246 | 323 | 0 | 30 | 3 | 17 | 463 | 50 | 113 |
| Binary | 11011001 | 10100110 | 11010011 | 0 | 11000 | 11 | 1111 | 100110011 | 101000 | 1001011 |
Color Harmonies of #D9A6D3
Complementary color
Monochromatic Colors of #D9A6D3
Black with #D9A6D3
Text Example
Text Example
White with #D9A6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A6D3; }
p { color: rgb(217,166,211); }
H1.HeaderClassName
{
color: #D9A6D3;
}
.AnyTagClassName
{
color: #D9A6D3;
}
</style>
background-color css
<style>
a { background-color: #D9A6D3; }
a { background-color: rgb(217,166,211); }
div.DivClassName
{
background-color: #D9A6D3;
}
.BgClassName
{
background-color: #D9A6D3;
}
</style>
border-color css
<style>
span { border-color: #D9A6D3; }
span { border-color: rgb(217,166,211); }
td.TdClassName
{
border-color: #D9A6D3;
}
.TagClassName
{
border-color: #D9A6D3;
}
</style>