Shades of Mauve #DBA7F1
Tints of Mauve #DBA7F1
RGB
CMYK
RGB Variations
Color information
#DBA7F1 (or 0xDBA7F1) is known color: Mauve. HEX triplet: DB, A7 and F1. RGB value is (219,167,241). Sum of RGB (Red+Green+Blue) = 219+167+241=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 167 (65.62% from 255 or 26.63% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBA7F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA7F1 is #24580E. Grayscale: #BEBEBE. Windows color (decimal): -2381839 or 15837147. OLE color: 15837147.
HSL color Cylindrical-coordinate representation of color #DBA7F1: hue angle of 282.16º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA7F1 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 167 | 241 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.05 |
| HSL | 282.16º | 0.73% | 0.8% | - |
| HSV(B) | 282.16º | 0.31% | 0.95% | - |
| XYZ | 58.91 | 49.05 | 89.58 | - |
| YUV | 190.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 241 | 0.09 | 0.31 | 0 | 0.05 | 282.16 | 0.73 | 0.8 |
| Hex | DB | A7 | F1 | 9 | 1F | 0 | 5 | 11A | 49 | 50 |
| Octal | 333 | 247 | 361 | 11 | 37 | 0 | 5 | 432 | 111 | 120 |
| Binary | 11011011 | 10100111 | 11110001 | 1001 | 11111 | 0 | 101 | 100011010 | 1001001 | 1010000 |
Color Harmonies of #DBA7F1
Complementary color
Monochromatic Colors of #DBA7F1
Black with #DBA7F1
Text Example
Text Example
White with #DBA7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7F1; }
p { color: rgb(219,167,241); }
H1.HeaderClassName
{
color: #DBA7F1;
}
.AnyTagClassName
{
color: #DBA7F1;
}
</style>
background-color css
<style>
a { background-color: #DBA7F1; }
a { background-color: rgb(219,167,241); }
div.DivClassName
{
background-color: #DBA7F1;
}
.BgClassName
{
background-color: #DBA7F1;
}
</style>
border-color css
<style>
span { border-color: #DBA7F1; }
span { border-color: rgb(219,167,241); }
td.TdClassName
{
border-color: #DBA7F1;
}
.TagClassName
{
border-color: #DBA7F1;
}
</style>