Shades of Plum #DB8BD2
Tints of Plum #DB8BD2
RGB
CMYK
RGB Variations
Color information
#DB8BD2 (or 0xDB8BD2) is known color: Plum. HEX triplet: DB, 8B and D2. RGB value is (219,139,210). Sum of RGB (Red+Green+Blue) = 219+139+210=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BD2 is #24742D. Grayscale: #AAAAAA. Windows color (decimal): -2389038 or 13798363. OLE color: 13798363.
HSL color Cylindrical-coordinate representation of color #DB8BD2: hue angle of 306.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8BD2 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 210 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.14 |
| HSL | 306.75º | 0.53% | 0.7% | - |
| HSV(B) | 306.75º | 0.37% | 0.86% | - |
| XYZ | 50.08 | 38.18 | 65.7 | - |
| YUV | 171.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 210 | 0 | 0.37 | 0.04 | 0.14 | 306.75 | 0.53 | 0.7 |
| Hex | DB | 8B | D2 | 0 | 25 | 4 | E | 133 | 35 | 46 |
| Octal | 333 | 213 | 322 | 0 | 45 | 4 | 16 | 463 | 65 | 106 |
| Binary | 11011011 | 10001011 | 11010010 | 0 | 100101 | 100 | 1110 | 100110011 | 110101 | 1000110 |
Color Harmonies of #DB8BD2
Complementary color
Monochromatic Colors of #DB8BD2
Black with #DB8BD2
Text Example
Text Example
White with #DB8BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BD2; }
p { color: rgb(219,139,210); }
H1.HeaderClassName
{
color: #DB8BD2;
}
.AnyTagClassName
{
color: #DB8BD2;
}
</style>
background-color css
<style>
a { background-color: #DB8BD2; }
a { background-color: rgb(219,139,210); }
div.DivClassName
{
background-color: #DB8BD2;
}
.BgClassName
{
background-color: #DB8BD2;
}
</style>
border-color css
<style>
span { border-color: #DB8BD2; }
span { border-color: rgb(219,139,210); }
td.TdClassName
{
border-color: #DB8BD2;
}
.TagClassName
{
border-color: #DB8BD2;
}
</style>