Shades of Mauve #DBA0F0
Tints of Mauve #DBA0F0
RGB
CMYK
RGB Variations
Color information
#DBA0F0 (or 0xDBA0F0) is known color: Mauve. HEX triplet: DB, A0 and F0. RGB value is (219,160,240). Sum of RGB (Red+Green+Blue) = 219+160+240=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 160 (62.89% from 255 or 25.85% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBA0F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA0F0 is #245F0F. Grayscale: #BABABA. Windows color (decimal): -2383632 or 15769819. OLE color: 15769819.
HSL color Cylindrical-coordinate representation of color #DBA0F0: hue angle of 284.25º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBA0F0 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 160 | 240 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.06 |
| HSL | 284.25º | 0.73% | 0.78% | - |
| HSV(B) | 284.25º | 0.33% | 0.94% | - |
| XYZ | 57.51 | 46.49 | 88.38 | - |
| YUV | 186.76 | 158.05 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 240 | 0.09 | 0.33 | 0 | 0.06 | 284.25 | 0.73 | 0.78 |
| Hex | DB | A0 | F0 | 9 | 21 | 0 | 6 | 11C | 49 | 4E |
| Octal | 333 | 240 | 360 | 11 | 41 | 0 | 6 | 434 | 111 | 116 |
| Binary | 11011011 | 10100000 | 11110000 | 1001 | 100001 | 0 | 110 | 100011100 | 1001001 | 1001110 |
Color Harmonies of #DBA0F0
Complementary color
Monochromatic Colors of #DBA0F0
Black with #DBA0F0
Text Example
Text Example
White with #DBA0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0F0; }
p { color: rgb(219,160,240); }
H1.HeaderClassName
{
color: #DBA0F0;
}
.AnyTagClassName
{
color: #DBA0F0;
}
</style>
background-color css
<style>
a { background-color: #DBA0F0; }
a { background-color: rgb(219,160,240); }
div.DivClassName
{
background-color: #DBA0F0;
}
.BgClassName
{
background-color: #DBA0F0;
}
</style>
border-color css
<style>
span { border-color: #DBA0F0; }
span { border-color: rgb(219,160,240); }
td.TdClassName
{
border-color: #DBA0F0;
}
.TagClassName
{
border-color: #DBA0F0;
}
</style>