Shades of Mauve #DBA3F0
Tints of Mauve #DBA3F0
RGB
CMYK
RGB Variations
Color information
#DBA3F0 (or 0xDBA3F0) is known color: Mauve. HEX triplet: DB, A3 and F0. RGB value is (219,163,240). Sum of RGB (Red+Green+Blue) = 219+163+240=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 163 (64.06% from 255 or 26.21% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBA3F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA3F0 is #245C0F. Grayscale: #BCBCBC. Windows color (decimal): -2382864 or 15770587. OLE color: 15770587.
HSL color Cylindrical-coordinate representation of color #DBA3F0: hue angle of 283.64º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA3F0 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 163 | 240 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.06 |
| HSL | 283.64º | 0.72% | 0.79% | - |
| HSV(B) | 283.64º | 0.32% | 0.94% | - |
| XYZ | 58.04 | 47.55 | 88.56 | - |
| YUV | 188.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 240 | 0.09 | 0.32 | 0 | 0.06 | 283.64 | 0.72 | 0.79 |
| Hex | DB | A3 | F0 | 9 | 20 | 0 | 6 | 11C | 48 | 4F |
| Octal | 333 | 243 | 360 | 11 | 40 | 0 | 6 | 434 | 110 | 117 |
| Binary | 11011011 | 10100011 | 11110000 | 1001 | 100000 | 0 | 110 | 100011100 | 1001000 | 1001111 |
Color Harmonies of #DBA3F0
Complementary color
Monochromatic Colors of #DBA3F0
Black with #DBA3F0
Text Example
Text Example
White with #DBA3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3F0; }
p { color: rgb(219,163,240); }
H1.HeaderClassName
{
color: #DBA3F0;
}
.AnyTagClassName
{
color: #DBA3F0;
}
</style>
background-color css
<style>
a { background-color: #DBA3F0; }
a { background-color: rgb(219,163,240); }
div.DivClassName
{
background-color: #DBA3F0;
}
.BgClassName
{
background-color: #DBA3F0;
}
</style>
border-color css
<style>
span { border-color: #DBA3F0; }
span { border-color: rgb(219,163,240); }
td.TdClassName
{
border-color: #DBA3F0;
}
.TagClassName
{
border-color: #DBA3F0;
}
</style>