Shades of Plum #D39BD2
Tints of Plum #D39BD2
RGB
CMYK
RGB Variations
Color information
#D39BD2 (or 0xD39BD2) is known color: Plum. HEX triplet: D3, 9B and D2. RGB value is (211,155,210). Sum of RGB (Red+Green+Blue) = 211+155+210=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 211 - color contains mainly: red. Hex color #D39BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39BD2 is #2C642D. Grayscale: #B1B1B1. Windows color (decimal): -2909230 or 13802451. OLE color: 13802451.
HSL color Cylindrical-coordinate representation of color #D39BD2: hue angle of 301.07º degrees, saturation: 0.39, 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 #D39BD2 is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 155 | 210 | - |
| CMYK | 0 | 0.27 | 0.00 | 0.17 |
| HSL | 301.07º | 0.39% | 0.72% | - |
| HSV(B) | 301.07º | 0.27% | 0.83% | - |
| XYZ | 50.22 | 41.94 | 66.42 | - |
| YUV | 178.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 210 | 0 | 0.27 | 0.00 | 0.17 | 301.07 | 0.39 | 0.72 |
| Hex | D3 | 9B | D2 | 0 | 1B | 0 | 11 | 12D | 27 | 48 |
| Octal | 323 | 233 | 322 | 0 | 33 | 0 | 21 | 455 | 47 | 110 |
| Binary | 11010011 | 10011011 | 11010010 | 0 | 11011 | 0 | 10001 | 100101101 | 100111 | 1001000 |
Color Harmonies of #D39BD2
Complementary color
Monochromatic Colors of #D39BD2
Black with #D39BD2
Text Example
Text Example
White with #D39BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39BD2; }
p { color: rgb(211,155,210); }
H1.HeaderClassName
{
color: #D39BD2;
}
.AnyTagClassName
{
color: #D39BD2;
}
</style>
background-color css
<style>
a { background-color: #D39BD2; }
a { background-color: rgb(211,155,210); }
div.DivClassName
{
background-color: #D39BD2;
}
.BgClassName
{
background-color: #D39BD2;
}
</style>
border-color css
<style>
span { border-color: #D39BD2; }
span { border-color: rgb(211,155,210); }
td.TdClassName
{
border-color: #D39BD2;
}
.TagClassName
{
border-color: #D39BD2;
}
</style>