Shades of Plum #D39DD8
Tints of Plum #D39DD8
RGB
CMYK
RGB Variations
Color information
#D39DD8 (or 0xD39DD8) is known color: Plum. HEX triplet: D3, 9D and D8. RGB value is (211,157,216). Sum of RGB (Red+Green+Blue) = 211+157+216=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #D39DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DD8 is #2C6227. Grayscale: #B3B3B3. Windows color (decimal): -2908712 or 14196179. OLE color: 14196179.
HSL color Cylindrical-coordinate representation of color #D39DD8: hue angle of 294.92º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39DD8 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 157 | 216 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.15 |
| HSL | 294.92º | 0.43% | 0.73% | - |
| HSV(B) | 294.92º | 0.27% | 0.85% | - |
| XYZ | 51.32 | 42.92 | 70.55 | - |
| YUV | 179.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 157 | 216 | 0.02 | 0.27 | 0 | 0.15 | 294.92 | 0.43 | 0.73 |
| Hex | D3 | 9D | D8 | 2 | 1B | 0 | F | 127 | 2B | 49 |
| Octal | 323 | 235 | 330 | 2 | 33 | 0 | 17 | 447 | 53 | 111 |
| Binary | 11010011 | 10011101 | 11011000 | 10 | 11011 | 0 | 1111 | 100100111 | 101011 | 1001001 |
Color Harmonies of #D39DD8
Complementary color
Monochromatic Colors of #D39DD8
Black with #D39DD8
Text Example
Text Example
White with #D39DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39DD8; }
p { color: rgb(211,157,216); }
H1.HeaderClassName
{
color: #D39DD8;
}
.AnyTagClassName
{
color: #D39DD8;
}
</style>
background-color css
<style>
a { background-color: #D39DD8; }
a { background-color: rgb(211,157,216); }
div.DivClassName
{
background-color: #D39DD8;
}
.BgClassName
{
background-color: #D39DD8;
}
</style>
border-color css
<style>
span { border-color: #D39DD8; }
span { border-color: rgb(211,157,216); }
td.TdClassName
{
border-color: #D39DD8;
}
.TagClassName
{
border-color: #D39DD8;
}
</style>