Shades of Plum #D39BDC
Tints of Plum #D39BDC
RGB
CMYK
RGB Variations
Color information
#D39BDC (or 0xD39BDC) is known color: Plum. HEX triplet: D3, 9B and DC. RGB value is (211,155,220). Sum of RGB (Red+Green+Blue) = 211+155+220=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #D39BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39BDC is #2C6423. Grayscale: #B2B2B2. Windows color (decimal): -2909220 or 14457811. OLE color: 14457811.
HSL color Cylindrical-coordinate representation of color #D39BDC: hue angle of 291.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D39BDC is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 155 | 220 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.14 |
| HSL | 291.69º | 0.48% | 0.74% | - |
| HSV(B) | 291.69º | 0.3% | 0.86% | - |
| XYZ | 51.5 | 42.46 | 73.19 | - |
| YUV | 179.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 220 | 0.04 | 0.30 | 0 | 0.14 | 291.69 | 0.48 | 0.74 |
| Hex | D3 | 9B | DC | 4 | 1E | 0 | E | 124 | 30 | 4A |
| Octal | 323 | 233 | 334 | 4 | 36 | 0 | 16 | 444 | 60 | 112 |
| Binary | 11010011 | 10011011 | 11011100 | 100 | 11110 | 0 | 1110 | 100100100 | 110000 | 1001010 |
Color Harmonies of #D39BDC
Complementary color
Monochromatic Colors of #D39BDC
Black with #D39BDC
Text Example
Text Example
White with #D39BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39BDC; }
p { color: rgb(211,155,220); }
H1.HeaderClassName
{
color: #D39BDC;
}
.AnyTagClassName
{
color: #D39BDC;
}
</style>
background-color css
<style>
a { background-color: #D39BDC; }
a { background-color: rgb(211,155,220); }
div.DivClassName
{
background-color: #D39BDC;
}
.BgClassName
{
background-color: #D39BDC;
}
</style>
border-color css
<style>
span { border-color: #D39BDC; }
span { border-color: rgb(211,155,220); }
td.TdClassName
{
border-color: #D39BDC;
}
.TagClassName
{
border-color: #D39BDC;
}
</style>