Shades of Plum #D39FDA
Tints of Plum #D39FDA
RGB
CMYK
RGB Variations
Color information
#D39FDA (or 0xD39FDA) is known color: Plum. HEX triplet: D3, 9F and DA. RGB value is (211,159,218). Sum of RGB (Red+Green+Blue) = 211+159+218=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #D39FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39FDA is #2C6025. Grayscale: #B5B5B5. Windows color (decimal): -2908198 or 14327763. OLE color: 14327763.
HSL color Cylindrical-coordinate representation of color #D39FDA: hue angle of 292.88º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39FDA is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 159 | 218 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.15 |
| HSL | 292.88º | 0.44% | 0.74% | - |
| HSV(B) | 292.88º | 0.27% | 0.85% | - |
| XYZ | 51.92 | 43.71 | 72.03 | - |
| YUV | 181.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 159 | 218 | 0.03 | 0.27 | 0 | 0.15 | 292.88 | 0.44 | 0.74 |
| Hex | D3 | 9F | DA | 3 | 1B | 0 | F | 125 | 2C | 4A |
| Octal | 323 | 237 | 332 | 3 | 33 | 0 | 17 | 445 | 54 | 112 |
| Binary | 11010011 | 10011111 | 11011010 | 11 | 11011 | 0 | 1111 | 100100101 | 101100 | 1001010 |
Color Harmonies of #D39FDA
Complementary color
Monochromatic Colors of #D39FDA
Black with #D39FDA
Text Example
Text Example
White with #D39FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39FDA; }
p { color: rgb(211,159,218); }
H1.HeaderClassName
{
color: #D39FDA;
}
.AnyTagClassName
{
color: #D39FDA;
}
</style>
background-color css
<style>
a { background-color: #D39FDA; }
a { background-color: rgb(211,159,218); }
div.DivClassName
{
background-color: #D39FDA;
}
.BgClassName
{
background-color: #D39FDA;
}
</style>
border-color css
<style>
span { border-color: #D39FDA; }
span { border-color: rgb(211,159,218); }
td.TdClassName
{
border-color: #D39FDA;
}
.TagClassName
{
border-color: #D39FDA;
}
</style>