Shades of Plum #DB8BDA
Tints of Plum #DB8BDA
RGB
CMYK
RGB Variations
Color information
#DB8BDA (or 0xDB8BDA) is known color: Plum. HEX triplet: DB, 8B and DA. RGB value is (219,139,218). Sum of RGB (Red+Green+Blue) = 219+139+218=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BDA is #247425. Grayscale: #ABABAB. Windows color (decimal): -2389030 or 14322651. OLE color: 14322651.
HSL color Cylindrical-coordinate representation of color #DB8BDA: hue angle of 300.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 #DB8BDA is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 218 | - |
| CMYK | 0 | 0.37 | 0.00 | 0.14 |
| HSL | 300.75º | 0.53% | 0.7% | - |
| HSV(B) | 300.75º | 0.37% | 0.86% | - |
| XYZ | 51.1 | 38.59 | 71.08 | - |
| YUV | 171.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 218 | 0 | 0.37 | 0.00 | 0.14 | 300.75 | 0.53 | 0.7 |
| Hex | DB | 8B | DA | 0 | 25 | 0 | E | 12D | 35 | 46 |
| Octal | 333 | 213 | 332 | 0 | 45 | 0 | 16 | 455 | 65 | 106 |
| Binary | 11011011 | 10001011 | 11011010 | 0 | 100101 | 0 | 1110 | 100101101 | 110101 | 1000110 |
Color Harmonies of #DB8BDA
Complementary color
Monochromatic Colors of #DB8BDA
Black with #DB8BDA
Text Example
Text Example
White with #DB8BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BDA; }
p { color: rgb(219,139,218); }
H1.HeaderClassName
{
color: #DB8BDA;
}
.AnyTagClassName
{
color: #DB8BDA;
}
</style>
background-color css
<style>
a { background-color: #DB8BDA; }
a { background-color: rgb(219,139,218); }
div.DivClassName
{
background-color: #DB8BDA;
}
.BgClassName
{
background-color: #DB8BDA;
}
</style>
border-color css
<style>
span { border-color: #DB8BDA; }
span { border-color: rgb(219,139,218); }
td.TdClassName
{
border-color: #DB8BDA;
}
.TagClassName
{
border-color: #DB8BDA;
}
</style>