Shades of Plum #D39ADD
Tints of Plum #D39ADD
RGB
CMYK
RGB Variations
Color information
#D39ADD (or 0xD39ADD) is known color: Plum. HEX triplet: D3, 9A and DD. RGB value is (211,154,221). Sum of RGB (Red+Green+Blue) = 211+154+221=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #D39ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39ADD is #2C6522. Grayscale: #B2B2B2. Windows color (decimal): -2909475 or 14523091. OLE color: 14523091.
HSL color Cylindrical-coordinate representation of color #D39ADD: hue angle of 291.04º degrees, saturation: 0.5, 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 #D39ADD is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 154 | 221 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.13 |
| HSL | 291.04º | 0.5% | 0.74% | - |
| HSV(B) | 291.04º | 0.3% | 0.87% | - |
| XYZ | 51.47 | 42.18 | 73.84 | - |
| YUV | 178.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 154 | 221 | 0.05 | 0.30 | 0 | 0.13 | 291.04 | 0.5 | 0.74 |
| Hex | D3 | 9A | DD | 5 | 1E | 0 | D | 123 | 32 | 4A |
| Octal | 323 | 232 | 335 | 5 | 36 | 0 | 15 | 443 | 62 | 112 |
| Binary | 11010011 | 10011010 | 11011101 | 101 | 11110 | 0 | 1101 | 100100011 | 110010 | 1001010 |
Color Harmonies of #D39ADD
Complementary color
Monochromatic Colors of #D39ADD
Black with #D39ADD
Text Example
Text Example
White with #D39ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39ADD; }
p { color: rgb(211,154,221); }
H1.HeaderClassName
{
color: #D39ADD;
}
.AnyTagClassName
{
color: #D39ADD;
}
</style>
background-color css
<style>
a { background-color: #D39ADD; }
a { background-color: rgb(211,154,221); }
div.DivClassName
{
background-color: #D39ADD;
}
.BgClassName
{
background-color: #D39ADD;
}
</style>
border-color css
<style>
span { border-color: #D39ADD; }
span { border-color: rgb(211,154,221); }
td.TdClassName
{
border-color: #D39ADD;
}
.TagClassName
{
border-color: #D39ADD;
}
</style>