Shades of Plum #DB8BD3
Tints of Plum #DB8BD3
RGB
CMYK
RGB Variations
Color information
#DB8BD3 (or 0xDB8BD3) is known color: Plum. HEX triplet: DB, 8B and D3. RGB value is (219,139,211). Sum of RGB (Red+Green+Blue) = 219+139+211=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BD3 is #24742C. Grayscale: #AAAAAA. Windows color (decimal): -2389037 or 13863899. OLE color: 13863899.
HSL color Cylindrical-coordinate representation of color #DB8BD3: hue angle of 306º 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 #DB8BD3 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 211 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.14 |
| HSL | 306º | 0.53% | 0.7% | - |
| HSV(B) | 306º | 0.37% | 0.86% | - |
| XYZ | 50.2 | 38.23 | 66.36 | - |
| YUV | 171.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 211 | 0 | 0.37 | 0.04 | 0.14 | 306 | 0.53 | 0.7 |
| Hex | DB | 8B | D3 | 0 | 25 | 4 | E | 132 | 35 | 46 |
| Octal | 333 | 213 | 323 | 0 | 45 | 4 | 16 | 462 | 65 | 106 |
| Binary | 11011011 | 10001011 | 11010011 | 0 | 100101 | 100 | 1110 | 100110010 | 110101 | 1000110 |
Color Harmonies of #DB8BD3
Complementary color
Monochromatic Colors of #DB8BD3
Black with #DB8BD3
Text Example
Text Example
White with #DB8BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BD3; }
p { color: rgb(219,139,211); }
H1.HeaderClassName
{
color: #DB8BD3;
}
.AnyTagClassName
{
color: #DB8BD3;
}
</style>
background-color css
<style>
a { background-color: #DB8BD3; }
a { background-color: rgb(219,139,211); }
div.DivClassName
{
background-color: #DB8BD3;
}
.BgClassName
{
background-color: #DB8BD3;
}
</style>
border-color css
<style>
span { border-color: #DB8BD3; }
span { border-color: rgb(219,139,211); }
td.TdClassName
{
border-color: #DB8BD3;
}
.TagClassName
{
border-color: #DB8BD3;
}
</style>