Shades of Mauve #DBA1FF
Tints of Mauve #DBA1FF
RGB
CMYK
RGB Variations
Color information
#DBA1FF (or 0xDBA1FF) is known color: Mauve. HEX triplet: DB, A1 and FF. RGB value is (219,161,255). Sum of RGB (Red+Green+Blue) = 219+161+255=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 161 (63.28% from 255 or 25.35% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA1FF is #245E00. Grayscale: #BCBCBC. Windows color (decimal): -2383361 or 16753115. OLE color: 16753115.
HSL color Cylindrical-coordinate representation of color #DBA1FF: hue angle of 277.02º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBA1FF is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 161 | 255 | - |
| CMYK | 0.14 | 0.37 | 0 | 0 |
| HSL | 277.02º | 1% | 0.82% | - |
| HSV(B) | 277.02º | 0.37% | 1% | - |
| XYZ | 60.01 | 47.77 | 100.67 | - |
| YUV | 189.06 | 165.22 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 255 | 0.14 | 0.37 | 0 | 0 | 277.02 | 1 | 0.82 |
| Hex | DB | A1 | FF | E | 25 | 0 | 0 | 115 | 64 | 52 |
| Octal | 333 | 241 | 377 | 16 | 45 | 0 | 0 | 425 | 144 | 122 |
| Binary | 11011011 | 10100001 | 11111111 | 1110 | 100101 | 0 | 0 | 100010101 | 1100100 | 1010010 |
Color Harmonies of #DBA1FF
Complementary color
Monochromatic Colors of #DBA1FF
Black with #DBA1FF
Text Example
Text Example
White with #DBA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA1FF; }
p { color: rgb(219,161,255); }
H1.HeaderClassName
{
color: #DBA1FF;
}
.AnyTagClassName
{
color: #DBA1FF;
}
</style>
background-color css
<style>
a { background-color: #DBA1FF; }
a { background-color: rgb(219,161,255); }
div.DivClassName
{
background-color: #DBA1FF;
}
.BgClassName
{
background-color: #DBA1FF;
}
</style>
border-color css
<style>
span { border-color: #DBA1FF; }
span { border-color: rgb(219,161,255); }
td.TdClassName
{
border-color: #DBA1FF;
}
.TagClassName
{
border-color: #DBA1FF;
}
</style>