Shades of Plum #D39AD8
Tints of Plum #D39AD8
RGB
CMYK
RGB Variations
Color information
#D39AD8 (or 0xD39AD8) is known color: Plum. HEX triplet: D3, 9A and D8. RGB value is (211,154,216). Sum of RGB (Red+Green+Blue) = 211+154+216=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #D39AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39AD8 is #2C6527. Grayscale: #B1B1B1. Windows color (decimal): -2909480 or 14195411. OLE color: 14195411.
HSL color Cylindrical-coordinate representation of color #D39AD8: hue angle of 295.16º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D39AD8 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 154 | 216 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.15 |
| HSL | 295.16º | 0.44% | 0.73% | - |
| HSV(B) | 295.16º | 0.29% | 0.85% | - |
| XYZ | 50.81 | 41.92 | 70.38 | - |
| YUV | 178.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 154 | 216 | 0.02 | 0.29 | 0 | 0.15 | 295.16 | 0.44 | 0.73 |
| Hex | D3 | 9A | D8 | 2 | 1D | 0 | F | 127 | 2C | 49 |
| Octal | 323 | 232 | 330 | 2 | 35 | 0 | 17 | 447 | 54 | 111 |
| Binary | 11010011 | 10011010 | 11011000 | 10 | 11101 | 0 | 1111 | 100100111 | 101100 | 1001001 |
Color Harmonies of #D39AD8
Complementary color
Monochromatic Colors of #D39AD8
Black with #D39AD8
Text Example
Text Example
White with #D39AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39AD8; }
p { color: rgb(211,154,216); }
H1.HeaderClassName
{
color: #D39AD8;
}
.AnyTagClassName
{
color: #D39AD8;
}
</style>
background-color css
<style>
a { background-color: #D39AD8; }
a { background-color: rgb(211,154,216); }
div.DivClassName
{
background-color: #D39AD8;
}
.BgClassName
{
background-color: #D39AD8;
}
</style>
border-color css
<style>
span { border-color: #D39AD8; }
span { border-color: rgb(211,154,216); }
td.TdClassName
{
border-color: #D39AD8;
}
.TagClassName
{
border-color: #D39AD8;
}
</style>