Shades of Plum #D39BD8
Tints of Plum #D39BD8
RGB
CMYK
RGB Variations
Color information
#D39BD8 (or 0xD39BD8) is known color: Plum. HEX triplet: D3, 9B and D8. RGB value is (211,155,216). Sum of RGB (Red+Green+Blue) = 211+155+216=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 216 - color contains mainly: blue. Hex color #D39BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39BD8 is #2C6427. Grayscale: #B2B2B2. Windows color (decimal): -2909224 or 14195667. OLE color: 14195667.
HSL color Cylindrical-coordinate representation of color #D39BD8: hue angle of 295.08º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D39BD8 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 155 | 216 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.15 |
| HSL | 295.08º | 0.44% | 0.73% | - |
| HSV(B) | 295.08º | 0.28% | 0.85% | - |
| XYZ | 50.98 | 42.25 | 70.43 | - |
| YUV | 178.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 216 | 0.02 | 0.28 | 0 | 0.15 | 295.08 | 0.44 | 0.73 |
| Hex | D3 | 9B | D8 | 2 | 1C | 0 | F | 127 | 2C | 49 |
| Octal | 323 | 233 | 330 | 2 | 34 | 0 | 17 | 447 | 54 | 111 |
| Binary | 11010011 | 10011011 | 11011000 | 10 | 11100 | 0 | 1111 | 100100111 | 101100 | 1001001 |
Color Harmonies of #D39BD8
Complementary color
Monochromatic Colors of #D39BD8
Black with #D39BD8
Text Example
Text Example
White with #D39BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39BD8; }
p { color: rgb(211,155,216); }
H1.HeaderClassName
{
color: #D39BD8;
}
.AnyTagClassName
{
color: #D39BD8;
}
</style>
background-color css
<style>
a { background-color: #D39BD8; }
a { background-color: rgb(211,155,216); }
div.DivClassName
{
background-color: #D39BD8;
}
.BgClassName
{
background-color: #D39BD8;
}
</style>
border-color css
<style>
span { border-color: #D39BD8; }
span { border-color: rgb(211,155,216); }
td.TdClassName
{
border-color: #D39BD8;
}
.TagClassName
{
border-color: #D39BD8;
}
</style>