Shades of Plum #DB8BDD
Tints of Plum #DB8BDD
RGB
CMYK
RGB Variations
Color information
#DB8BDD (or 0xDB8BDD) is known color: Plum. HEX triplet: DB, 8B and DD. RGB value is (219,139,221). Sum of RGB (Red+Green+Blue) = 219+139+221=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB8BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BDD is #247422. Grayscale: #ACACAC. Windows color (decimal): -2389027 or 14519259. OLE color: 14519259.
HSL color Cylindrical-coordinate representation of color #DB8BDD: hue angle of 298.54º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8BDD is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 139 | 221 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.13 |
| HSL | 298.54º | 0.55% | 0.71% | - |
| HSV(B) | 298.54º | 0.37% | 0.87% | - |
| XYZ | 51.5 | 38.75 | 73.17 | - |
| YUV | 172.27 | 155.5 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 221 | 0.01 | 0.37 | 0 | 0.13 | 298.54 | 0.55 | 0.71 |
| Hex | DB | 8B | DD | 1 | 25 | 0 | D | 12B | 37 | 47 |
| Octal | 333 | 213 | 335 | 1 | 45 | 0 | 15 | 453 | 67 | 107 |
| Binary | 11011011 | 10001011 | 11011101 | 1 | 100101 | 0 | 1101 | 100101011 | 110111 | 1000111 |
Color Harmonies of #DB8BDD
Complementary color
Monochromatic Colors of #DB8BDD
Black with #DB8BDD
Text Example
Text Example
White with #DB8BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BDD; }
p { color: rgb(219,139,221); }
H1.HeaderClassName
{
color: #DB8BDD;
}
.AnyTagClassName
{
color: #DB8BDD;
}
</style>
background-color css
<style>
a { background-color: #DB8BDD; }
a { background-color: rgb(219,139,221); }
div.DivClassName
{
background-color: #DB8BDD;
}
.BgClassName
{
background-color: #DB8BDD;
}
</style>
border-color css
<style>
span { border-color: #DB8BDD; }
span { border-color: rgb(219,139,221); }
td.TdClassName
{
border-color: #DB8BDD;
}
.TagClassName
{
border-color: #DB8BDD;
}
</style>