Shades of Plum #D39AD6
Tints of Plum #D39AD6
RGB
CMYK
RGB Variations
Color information
#D39AD6 (or 0xD39AD6) is known color: Plum. HEX triplet: D3, 9A and D6. RGB value is (211,154,214). Sum of RGB (Red+Green+Blue) = 211+154+214=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 214 - color contains mainly: blue. Hex color #D39AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39AD6 is #2C6529. Grayscale: #B1B1B1. Windows color (decimal): -2909482 or 14064339. OLE color: 14064339.
HSL color Cylindrical-coordinate representation of color #D39AD6: hue angle of 297º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D39AD6 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 154 | 214 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.16 |
| HSL | 297º | 0.42% | 0.72% | - |
| HSV(B) | 297º | 0.28% | 0.84% | - |
| XYZ | 50.56 | 41.82 | 69.02 | - |
| YUV | 177.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 154 | 214 | 0.01 | 0.28 | 0 | 0.16 | 297 | 0.42 | 0.72 |
| Hex | D3 | 9A | D6 | 1 | 1C | 0 | 10 | 129 | 2A | 48 |
| Octal | 323 | 232 | 326 | 1 | 34 | 0 | 20 | 451 | 52 | 110 |
| Binary | 11010011 | 10011010 | 11010110 | 1 | 11100 | 0 | 10000 | 100101001 | 101010 | 1001000 |
Color Harmonies of #D39AD6
Complementary color
Monochromatic Colors of #D39AD6
Black with #D39AD6
Text Example
Text Example
White with #D39AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39AD6; }
p { color: rgb(211,154,214); }
H1.HeaderClassName
{
color: #D39AD6;
}
.AnyTagClassName
{
color: #D39AD6;
}
</style>
background-color css
<style>
a { background-color: #D39AD6; }
a { background-color: rgb(211,154,214); }
div.DivClassName
{
background-color: #D39AD6;
}
.BgClassName
{
background-color: #D39AD6;
}
</style>
border-color css
<style>
span { border-color: #D39AD6; }
span { border-color: rgb(211,154,214); }
td.TdClassName
{
border-color: #D39AD6;
}
.TagClassName
{
border-color: #D39AD6;
}
</style>