Shades of Mauve #DBA4F1
Tints of Mauve #DBA4F1
RGB
CMYK
RGB Variations
Color information
#DBA4F1 (or 0xDBA4F1) is known color: Mauve. HEX triplet: DB, A4 and F1. RGB value is (219,164,241). Sum of RGB (Red+Green+Blue) = 219+164+241=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 164 (64.45% from 255 or 26.28% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBA4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4F1 is #245B0E. Grayscale: #BCBCBC. Windows color (decimal): -2382607 or 15836379. OLE color: 15836379.
HSL color Cylindrical-coordinate representation of color #DBA4F1: hue angle of 282.86º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA4F1 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 164 | 241 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.05 |
| HSL | 282.86º | 0.73% | 0.79% | - |
| HSV(B) | 282.86º | 0.32% | 0.95% | - |
| XYZ | 58.37 | 47.96 | 89.4 | - |
| YUV | 189.22 | 157.22 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 241 | 0.09 | 0.32 | 0 | 0.05 | 282.86 | 0.73 | 0.79 |
| Hex | DB | A4 | F1 | 9 | 20 | 0 | 5 | 11B | 49 | 4F |
| Octal | 333 | 244 | 361 | 11 | 40 | 0 | 5 | 433 | 111 | 117 |
| Binary | 11011011 | 10100100 | 11110001 | 1001 | 100000 | 0 | 101 | 100011011 | 1001001 | 1001111 |
Color Harmonies of #DBA4F1
Complementary color
Monochromatic Colors of #DBA4F1
Black with #DBA4F1
Text Example
Text Example
White with #DBA4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4F1; }
p { color: rgb(219,164,241); }
H1.HeaderClassName
{
color: #DBA4F1;
}
.AnyTagClassName
{
color: #DBA4F1;
}
</style>
background-color css
<style>
a { background-color: #DBA4F1; }
a { background-color: rgb(219,164,241); }
div.DivClassName
{
background-color: #DBA4F1;
}
.BgClassName
{
background-color: #DBA4F1;
}
</style>
border-color css
<style>
span { border-color: #DBA4F1; }
span { border-color: rgb(219,164,241); }
td.TdClassName
{
border-color: #DBA4F1;
}
.TagClassName
{
border-color: #DBA4F1;
}
</style>