Shades of Plum #DB8BDF
Tints of Plum #DB8BDF
RGB
CMYK
RGB Variations
Color information
#DB8BDF (or 0xDB8BDF) is known color: Plum. HEX triplet: DB, 8B and DF. RGB value is (219,139,223). Sum of RGB (Red+Green+Blue) = 219+139+223=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB8BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BDF is #247420. Grayscale: #ACACAC. Windows color (decimal): -2389025 or 14650331. OLE color: 14650331.
HSL color Cylindrical-coordinate representation of color #DB8BDF: hue angle of 297.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8BDF is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 139 | 223 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.13 |
| HSL | 297.14º | 0.57% | 0.71% | - |
| HSV(B) | 297.14º | 0.38% | 0.87% | - |
| XYZ | 51.77 | 38.85 | 74.58 | - |
| YUV | 172.5 | 156.5 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 223 | 0.02 | 0.38 | 0 | 0.13 | 297.14 | 0.57 | 0.71 |
| Hex | DB | 8B | DF | 2 | 26 | 0 | D | 129 | 39 | 47 |
| Octal | 333 | 213 | 337 | 2 | 46 | 0 | 15 | 451 | 71 | 107 |
| Binary | 11011011 | 10001011 | 11011111 | 10 | 100110 | 0 | 1101 | 100101001 | 111001 | 1000111 |
Color Harmonies of #DB8BDF
Complementary color
Monochromatic Colors of #DB8BDF
Black with #DB8BDF
Text Example
Text Example
White with #DB8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BDF; }
p { color: rgb(219,139,223); }
H1.HeaderClassName
{
color: #DB8BDF;
}
.AnyTagClassName
{
color: #DB8BDF;
}
</style>
background-color css
<style>
a { background-color: #DB8BDF; }
a { background-color: rgb(219,139,223); }
div.DivClassName
{
background-color: #DB8BDF;
}
.BgClassName
{
background-color: #DB8BDF;
}
</style>
border-color css
<style>
span { border-color: #DB8BDF; }
span { border-color: rgb(219,139,223); }
td.TdClassName
{
border-color: #DB8BDF;
}
.TagClassName
{
border-color: #DB8BDF;
}
</style>