Shades of Plum #D39DDB
Tints of Plum #D39DDB
RGB
CMYK
RGB Variations
Color information
#D39DDB (or 0xD39DDB) is known color: Plum. HEX triplet: D3, 9D and DB. RGB value is (211,157,219). Sum of RGB (Red+Green+Blue) = 211+157+219=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #D39DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DDB is #2C6224. Grayscale: #B4B4B4. Windows color (decimal): -2908709 or 14392787. OLE color: 14392787.
HSL color Cylindrical-coordinate representation of color #D39DDB: hue angle of 292.26º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D39DDB is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 157 | 219 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.14 |
| HSL | 292.26º | 0.46% | 0.74% | - |
| HSV(B) | 292.26º | 0.28% | 0.86% | - |
| XYZ | 51.71 | 43.08 | 72.61 | - |
| YUV | 180.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 157 | 219 | 0.04 | 0.28 | 0 | 0.14 | 292.26 | 0.46 | 0.74 |
| Hex | D3 | 9D | DB | 4 | 1C | 0 | E | 124 | 2E | 4A |
| Octal | 323 | 235 | 333 | 4 | 34 | 0 | 16 | 444 | 56 | 112 |
| Binary | 11010011 | 10011101 | 11011011 | 100 | 11100 | 0 | 1110 | 100100100 | 101110 | 1001010 |
Color Harmonies of #D39DDB
Complementary color
Monochromatic Colors of #D39DDB
Black with #D39DDB
Text Example
Text Example
White with #D39DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39DDB; }
p { color: rgb(211,157,219); }
H1.HeaderClassName
{
color: #D39DDB;
}
.AnyTagClassName
{
color: #D39DDB;
}
</style>
background-color css
<style>
a { background-color: #D39DDB; }
a { background-color: rgb(211,157,219); }
div.DivClassName
{
background-color: #D39DDB;
}
.BgClassName
{
background-color: #D39DDB;
}
</style>
border-color css
<style>
span { border-color: #D39DDB; }
span { border-color: rgb(211,157,219); }
td.TdClassName
{
border-color: #D39DDB;
}
.TagClassName
{
border-color: #D39DDB;
}
</style>