Shades of Plum #D39DDA
Tints of Plum #D39DDA
RGB
CMYK
RGB Variations
Color information
#D39DDA (or 0xD39DDA) is known color: Plum. HEX triplet: D3, 9D and DA. RGB value is (211,157,218). Sum of RGB (Red+Green+Blue) = 211+157+218=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #D39DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DDA is #2C6225. Grayscale: #B3B3B3. Windows color (decimal): -2908710 or 14327251. OLE color: 14327251.
HSL color Cylindrical-coordinate representation of color #D39DDA: hue angle of 293.11º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D39DDA is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 157 | 218 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.15 |
| HSL | 293.11º | 0.45% | 0.74% | - |
| HSV(B) | 293.11º | 0.28% | 0.85% | - |
| XYZ | 51.58 | 43.02 | 71.92 | - |
| YUV | 180.1 | 149.39 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 157 | 218 | 0.03 | 0.28 | 0 | 0.15 | 293.11 | 0.45 | 0.74 |
| Hex | D3 | 9D | DA | 3 | 1C | 0 | F | 125 | 2D | 4A |
| Octal | 323 | 235 | 332 | 3 | 34 | 0 | 17 | 445 | 55 | 112 |
| Binary | 11010011 | 10011101 | 11011010 | 11 | 11100 | 0 | 1111 | 100100101 | 101101 | 1001010 |
Color Harmonies of #D39DDA
Complementary color
Monochromatic Colors of #D39DDA
Black with #D39DDA
Text Example
Text Example
White with #D39DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39DDA; }
p { color: rgb(211,157,218); }
H1.HeaderClassName
{
color: #D39DDA;
}
.AnyTagClassName
{
color: #D39DDA;
}
</style>
background-color css
<style>
a { background-color: #D39DDA; }
a { background-color: rgb(211,157,218); }
div.DivClassName
{
background-color: #D39DDA;
}
.BgClassName
{
background-color: #D39DDA;
}
</style>
border-color css
<style>
span { border-color: #D39DDA; }
span { border-color: rgb(211,157,218); }
td.TdClassName
{
border-color: #D39DDA;
}
.TagClassName
{
border-color: #D39DDA;
}
</style>