Shades of Plum #D39BDD
Tints of Plum #D39BDD
RGB
CMYK
RGB Variations
Color information
#D39BDD (or 0xD39BDD) is known color: Plum. HEX triplet: D3, 9B and DD. RGB value is (211,155,221). Sum of RGB (Red+Green+Blue) = 211+155+221=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #D39BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39BDD is #2C6422. Grayscale: #B3B3B3. Windows color (decimal): -2909219 or 14523347. OLE color: 14523347.
HSL color Cylindrical-coordinate representation of color #D39BDD: hue angle of 290.91º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D39BDD is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 155 | 221 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.13 |
| HSL | 290.91º | 0.49% | 0.74% | - |
| HSV(B) | 290.91º | 0.3% | 0.87% | - |
| XYZ | 51.64 | 42.51 | 73.89 | - |
| YUV | 179.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 221 | 0.05 | 0.30 | 0 | 0.13 | 290.91 | 0.49 | 0.74 |
| Hex | D3 | 9B | DD | 5 | 1E | 0 | D | 123 | 31 | 4A |
| Octal | 323 | 233 | 335 | 5 | 36 | 0 | 15 | 443 | 61 | 112 |
| Binary | 11010011 | 10011011 | 11011101 | 101 | 11110 | 0 | 1101 | 100100011 | 110001 | 1001010 |
Color Harmonies of #D39BDD
Complementary color
Monochromatic Colors of #D39BDD
Black with #D39BDD
Text Example
Text Example
White with #D39BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39BDD; }
p { color: rgb(211,155,221); }
H1.HeaderClassName
{
color: #D39BDD;
}
.AnyTagClassName
{
color: #D39BDD;
}
</style>
background-color css
<style>
a { background-color: #D39BDD; }
a { background-color: rgb(211,155,221); }
div.DivClassName
{
background-color: #D39BDD;
}
.BgClassName
{
background-color: #D39BDD;
}
</style>
border-color css
<style>
span { border-color: #D39BDD; }
span { border-color: rgb(211,155,221); }
td.TdClassName
{
border-color: #D39BDD;
}
.TagClassName
{
border-color: #D39BDD;
}
</style>