Shades of Plum #DBA0DF
Tints of Plum #DBA0DF
RGB
CMYK
RGB Variations
Color information
#DBA0DF (or 0xDBA0DF) is known color: Plum. HEX triplet: DB, A0 and DF. RGB value is (219,160,223). Sum of RGB (Red+Green+Blue) = 219+160+223=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBA0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0DF is #245F20. Grayscale: #B8B8B8. Windows color (decimal): -2383649 or 14655707. OLE color: 14655707.
HSL color Cylindrical-coordinate representation of color #DBA0DF: hue angle of 296.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBA0DF is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 160 | 223 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.13 |
| HSL | 296.19º | 0.5% | 0.75% | - |
| HSV(B) | 296.19º | 0.28% | 0.87% | - |
| XYZ | 55.1 | 45.53 | 75.7 | - |
| YUV | 184.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 223 | 0.02 | 0.28 | 0 | 0.13 | 296.19 | 0.5 | 0.75 |
| Hex | DB | A0 | DF | 2 | 1C | 0 | D | 128 | 32 | 4B |
| Octal | 333 | 240 | 337 | 2 | 34 | 0 | 15 | 450 | 62 | 113 |
| Binary | 11011011 | 10100000 | 11011111 | 10 | 11100 | 0 | 1101 | 100101000 | 110010 | 1001011 |
Color Harmonies of #DBA0DF
Complementary color
Monochromatic Colors of #DBA0DF
Black with #DBA0DF
Text Example
Text Example
White with #DBA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0DF; }
p { color: rgb(219,160,223); }
H1.HeaderClassName
{
color: #DBA0DF;
}
.AnyTagClassName
{
color: #DBA0DF;
}
</style>
background-color css
<style>
a { background-color: #DBA0DF; }
a { background-color: rgb(219,160,223); }
div.DivClassName
{
background-color: #DBA0DF;
}
.BgClassName
{
background-color: #DBA0DF;
}
</style>
border-color css
<style>
span { border-color: #DBA0DF; }
span { border-color: rgb(219,160,223); }
td.TdClassName
{
border-color: #DBA0DF;
}
.TagClassName
{
border-color: #DBA0DF;
}
</style>