Shades of Plum #D39AD4
Tints of Plum #D39AD4
RGB
CMYK
RGB Variations
Color information
#D39AD4 (or 0xD39AD4) is known color: Plum. HEX triplet: D3, 9A and D4. RGB value is (211,154,212). Sum of RGB (Red+Green+Blue) = 211+154+212=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 212 - color contains mainly: blue. Hex color #D39AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39AD4 is #2C652B. Grayscale: #B1B1B1. Windows color (decimal): -2909484 or 13933267. OLE color: 13933267.
HSL color Cylindrical-coordinate representation of color #D39AD4: hue angle of 298.97º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39AD4 is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 154 | 212 | - |
| CMYK | 0.00 | 0.27 | 0 | 0.17 |
| HSL | 298.97º | 0.4% | 0.72% | - |
| HSV(B) | 298.97º | 0.27% | 0.83% | - |
| XYZ | 50.3 | 41.71 | 67.69 | - |
| YUV | 177.66 | 147.38 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 154 | 212 | 0.00 | 0.27 | 0 | 0.17 | 298.97 | 0.4 | 0.72 |
| Hex | D3 | 9A | D4 | 0 | 1B | 0 | 11 | 12B | 28 | 48 |
| Octal | 323 | 232 | 324 | 0 | 33 | 0 | 21 | 453 | 50 | 110 |
| Binary | 11010011 | 10011010 | 11010100 | 0 | 11011 | 0 | 10001 | 100101011 | 101000 | 1001000 |
Color Harmonies of #D39AD4
Complementary color
Monochromatic Colors of #D39AD4
Black with #D39AD4
Text Example
Text Example
White with #D39AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39AD4; }
p { color: rgb(211,154,212); }
H1.HeaderClassName
{
color: #D39AD4;
}
.AnyTagClassName
{
color: #D39AD4;
}
</style>
background-color css
<style>
a { background-color: #D39AD4; }
a { background-color: rgb(211,154,212); }
div.DivClassName
{
background-color: #D39AD4;
}
.BgClassName
{
background-color: #D39AD4;
}
</style>
border-color css
<style>
span { border-color: #D39AD4; }
span { border-color: rgb(211,154,212); }
td.TdClassName
{
border-color: #D39AD4;
}
.TagClassName
{
border-color: #D39AD4;
}
</style>