Shades of Plum #D39EDA
Tints of Plum #D39EDA
RGB
CMYK
RGB Variations
Color information
#D39EDA (or 0xD39EDA) is known color: Plum. HEX triplet: D3, 9E and DA. RGB value is (211,158,218). Sum of RGB (Red+Green+Blue) = 211+158+218=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #D39EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39EDA is #2C6125. Grayscale: #B4B4B4. Windows color (decimal): -2908454 or 14327507. OLE color: 14327507.
HSL color Cylindrical-coordinate representation of color #D39EDA: hue angle of 293º 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 #D39EDA is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 158 | 218 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.15 |
| HSL | 293º | 0.45% | 0.74% | - |
| HSV(B) | 293º | 0.28% | 0.85% | - |
| XYZ | 51.75 | 43.36 | 71.97 | - |
| YUV | 180.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 158 | 218 | 0.03 | 0.28 | 0 | 0.15 | 293 | 0.45 | 0.74 |
| Hex | D3 | 9E | DA | 3 | 1C | 0 | F | 125 | 2D | 4A |
| Octal | 323 | 236 | 332 | 3 | 34 | 0 | 17 | 445 | 55 | 112 |
| Binary | 11010011 | 10011110 | 11011010 | 11 | 11100 | 0 | 1111 | 100100101 | 101101 | 1001010 |
Color Harmonies of #D39EDA
Complementary color
Monochromatic Colors of #D39EDA
Black with #D39EDA
Text Example
Text Example
White with #D39EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39EDA; }
p { color: rgb(211,158,218); }
H1.HeaderClassName
{
color: #D39EDA;
}
.AnyTagClassName
{
color: #D39EDA;
}
</style>
background-color css
<style>
a { background-color: #D39EDA; }
a { background-color: rgb(211,158,218); }
div.DivClassName
{
background-color: #D39EDA;
}
.BgClassName
{
background-color: #D39EDA;
}
</style>
border-color css
<style>
span { border-color: #D39EDA; }
span { border-color: rgb(211,158,218); }
td.TdClassName
{
border-color: #D39EDA;
}
.TagClassName
{
border-color: #D39EDA;
}
</style>