Shades of Mauve #DBA0FE
Tints of Mauve #DBA0FE
RGB
CMYK
RGB Variations
Color information
#DBA0FE (or 0xDBA0FE) is known color: Mauve. HEX triplet: DB, A0 and FE. RGB value is (219,160,254). Sum of RGB (Red+Green+Blue) = 219+160+254=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBA0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA0FE is #245F01. Grayscale: #BCBCBC. Windows color (decimal): -2383618 or 16687323. OLE color: 16687323.
HSL color Cylindrical-coordinate representation of color #DBA0FE: hue angle of 277.66º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBA0FE is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 160 | 254 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.00 |
| HSL | 277.66º | 0.98% | 0.81% | - |
| HSV(B) | 277.66º | 0.37% | 1% | - |
| XYZ | 59.67 | 47.36 | 99.76 | - |
| YUV | 188.36 | 165.05 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 254 | 0.14 | 0.37 | 0 | 0.00 | 277.66 | 0.98 | 0.81 |
| Hex | DB | A0 | FE | E | 25 | 0 | 0 | 116 | 62 | 51 |
| Octal | 333 | 240 | 376 | 16 | 45 | 0 | 0 | 426 | 142 | 121 |
| Binary | 11011011 | 10100000 | 11111110 | 1110 | 100101 | 0 | 0 | 100010110 | 1100010 | 1010001 |
Color Harmonies of #DBA0FE
Complementary color
Monochromatic Colors of #DBA0FE
Black with #DBA0FE
Text Example
Text Example
White with #DBA0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0FE; }
p { color: rgb(219,160,254); }
H1.HeaderClassName
{
color: #DBA0FE;
}
.AnyTagClassName
{
color: #DBA0FE;
}
</style>
background-color css
<style>
a { background-color: #DBA0FE; }
a { background-color: rgb(219,160,254); }
div.DivClassName
{
background-color: #DBA0FE;
}
.BgClassName
{
background-color: #DBA0FE;
}
</style>
border-color css
<style>
span { border-color: #DBA0FE; }
span { border-color: rgb(219,160,254); }
td.TdClassName
{
border-color: #DBA0FE;
}
.TagClassName
{
border-color: #DBA0FE;
}
</style>