Shades of Plum #D39FDB
Tints of Plum #D39FDB
RGB
CMYK
RGB Variations
Color information
#D39FDB (or 0xD39FDB) is known color: Plum. HEX triplet: D3, 9F and DB. RGB value is (211,159,219). Sum of RGB (Red+Green+Blue) = 211+159+219=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #D39FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39FDB is #2C6024. Grayscale: #B5B5B5. Windows color (decimal): -2908197 or 14393299. OLE color: 14393299.
HSL color Cylindrical-coordinate representation of color #D39FDB: hue angle of 292º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39FDB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 159 | 219 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.14 |
| HSL | 292º | 0.45% | 0.74% | - |
| HSV(B) | 292º | 0.27% | 0.86% | - |
| XYZ | 52.05 | 43.76 | 72.72 | - |
| YUV | 181.39 | 149.23 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 159 | 219 | 0.04 | 0.27 | 0 | 0.14 | 292 | 0.45 | 0.74 |
| Hex | D3 | 9F | DB | 4 | 1B | 0 | E | 124 | 2D | 4A |
| Octal | 323 | 237 | 333 | 4 | 33 | 0 | 16 | 444 | 55 | 112 |
| Binary | 11010011 | 10011111 | 11011011 | 100 | 11011 | 0 | 1110 | 100100100 | 101101 | 1001010 |
Color Harmonies of #D39FDB
Complementary color
Monochromatic Colors of #D39FDB
Black with #D39FDB
Text Example
Text Example
White with #D39FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39FDB; }
p { color: rgb(211,159,219); }
H1.HeaderClassName
{
color: #D39FDB;
}
.AnyTagClassName
{
color: #D39FDB;
}
</style>
background-color css
<style>
a { background-color: #D39FDB; }
a { background-color: rgb(211,159,219); }
div.DivClassName
{
background-color: #D39FDB;
}
.BgClassName
{
background-color: #D39FDB;
}
</style>
border-color css
<style>
span { border-color: #D39FDB; }
span { border-color: rgb(211,159,219); }
td.TdClassName
{
border-color: #D39FDB;
}
.TagClassName
{
border-color: #D39FDB;
}
</style>