Shades of Plum #D39EDC
Tints of Plum #D39EDC
RGB
CMYK
RGB Variations
Color information
#D39EDC (or 0xD39EDC) is known color: Plum. HEX triplet: D3, 9E and DC. RGB value is (211,158,220). Sum of RGB (Red+Green+Blue) = 211+158+220=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #D39EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39EDC is #2C6123. Grayscale: #B4B4B4. Windows color (decimal): -2908452 or 14458579. OLE color: 14458579.
HSL color Cylindrical-coordinate representation of color #D39EDC: hue angle of 291.29º 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 #D39EDC is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 158 | 220 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.14 |
| HSL | 291.29º | 0.47% | 0.74% | - |
| HSV(B) | 291.29º | 0.28% | 0.86% | - |
| XYZ | 52.01 | 43.47 | 73.36 | - |
| YUV | 180.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 158 | 220 | 0.04 | 0.28 | 0 | 0.14 | 291.29 | 0.47 | 0.74 |
| Hex | D3 | 9E | DC | 4 | 1C | 0 | E | 123 | 2F | 4A |
| Octal | 323 | 236 | 334 | 4 | 34 | 0 | 16 | 443 | 57 | 112 |
| Binary | 11010011 | 10011110 | 11011100 | 100 | 11100 | 0 | 1110 | 100100011 | 101111 | 1001010 |
Color Harmonies of #D39EDC
Complementary color
Monochromatic Colors of #D39EDC
Black with #D39EDC
Text Example
Text Example
White with #D39EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39EDC; }
p { color: rgb(211,158,220); }
H1.HeaderClassName
{
color: #D39EDC;
}
.AnyTagClassName
{
color: #D39EDC;
}
</style>
background-color css
<style>
a { background-color: #D39EDC; }
a { background-color: rgb(211,158,220); }
div.DivClassName
{
background-color: #D39EDC;
}
.BgClassName
{
background-color: #D39EDC;
}
</style>
border-color css
<style>
span { border-color: #D39EDC; }
span { border-color: rgb(211,158,220); }
td.TdClassName
{
border-color: #D39EDC;
}
.TagClassName
{
border-color: #D39EDC;
}
</style>