Shades of Plum #D39FDC
Tints of Plum #D39FDC
RGB
CMYK
RGB Variations
Color information
#D39FDC (or 0xD39FDC) is known color: Plum. HEX triplet: D3, 9F and DC. RGB value is (211,159,220). Sum of RGB (Red+Green+Blue) = 211+159+220=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #D39FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39FDC is #2C6023. Grayscale: #B5B5B5. Windows color (decimal): -2908196 or 14458835. OLE color: 14458835.
HSL color Cylindrical-coordinate representation of color #D39FDC: hue angle of 291.15º degrees, saturation: 0.47, 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 #D39FDC is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 159 | 220 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.14 |
| HSL | 291.15º | 0.47% | 0.74% | - |
| HSV(B) | 291.15º | 0.28% | 0.86% | - |
| XYZ | 52.18 | 43.81 | 73.42 | - |
| YUV | 181.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 159 | 220 | 0.04 | 0.28 | 0 | 0.14 | 291.15 | 0.47 | 0.74 |
| Hex | D3 | 9F | DC | 4 | 1C | 0 | E | 123 | 2F | 4A |
| Octal | 323 | 237 | 334 | 4 | 34 | 0 | 16 | 443 | 57 | 112 |
| Binary | 11010011 | 10011111 | 11011100 | 100 | 11100 | 0 | 1110 | 100100011 | 101111 | 1001010 |
Color Harmonies of #D39FDC
Complementary color
Monochromatic Colors of #D39FDC
Black with #D39FDC
Text Example
Text Example
White with #D39FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39FDC; }
p { color: rgb(211,159,220); }
H1.HeaderClassName
{
color: #D39FDC;
}
.AnyTagClassName
{
color: #D39FDC;
}
</style>
background-color css
<style>
a { background-color: #D39FDC; }
a { background-color: rgb(211,159,220); }
div.DivClassName
{
background-color: #D39FDC;
}
.BgClassName
{
background-color: #D39FDC;
}
</style>
border-color css
<style>
span { border-color: #D39FDC; }
span { border-color: rgb(211,159,220); }
td.TdClassName
{
border-color: #D39FDC;
}
.TagClassName
{
border-color: #D39FDC;
}
</style>