Shades of Mauve #DBA1FE
Tints of Mauve #DBA1FE
RGB
CMYK
RGB Variations
Color information
#DBA1FE (or 0xDBA1FE) is known color: Mauve. HEX triplet: DB, A1 and FE. RGB value is (219,161,254). Sum of RGB (Red+Green+Blue) = 219+161+254=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 161 (63.28% from 255 or 25.39% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBA1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA1FE is #245E01. Grayscale: #BCBCBC. Windows color (decimal): -2383362 or 16687579. OLE color: 16687579.
HSL color Cylindrical-coordinate representation of color #DBA1FE: hue angle of 277.42º 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 #DBA1FE is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 161 | 254 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.00 |
| HSL | 277.42º | 0.98% | 0.81% | - |
| HSV(B) | 277.42º | 0.37% | 1% | - |
| XYZ | 59.85 | 47.71 | 99.82 | - |
| YUV | 188.94 | 164.72 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 254 | 0.14 | 0.37 | 0 | 0.00 | 277.42 | 0.98 | 0.81 |
| Hex | DB | A1 | FE | E | 25 | 0 | 0 | 115 | 62 | 51 |
| Octal | 333 | 241 | 376 | 16 | 45 | 0 | 0 | 425 | 142 | 121 |
| Binary | 11011011 | 10100001 | 11111110 | 1110 | 100101 | 0 | 0 | 100010101 | 1100010 | 1010001 |
Color Harmonies of #DBA1FE
Complementary color
Monochromatic Colors of #DBA1FE
Black with #DBA1FE
Text Example
Text Example
White with #DBA1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA1FE; }
p { color: rgb(219,161,254); }
H1.HeaderClassName
{
color: #DBA1FE;
}
.AnyTagClassName
{
color: #DBA1FE;
}
</style>
background-color css
<style>
a { background-color: #DBA1FE; }
a { background-color: rgb(219,161,254); }
div.DivClassName
{
background-color: #DBA1FE;
}
.BgClassName
{
background-color: #DBA1FE;
}
</style>
border-color css
<style>
span { border-color: #DBA1FE; }
span { border-color: rgb(219,161,254); }
td.TdClassName
{
border-color: #DBA1FE;
}
.TagClassName
{
border-color: #DBA1FE;
}
</style>