Shades of Mauve #DBA5F0
Tints of Mauve #DBA5F0
RGB
CMYK
RGB Variations
Color information
#DBA5F0 (or 0xDBA5F0) is known color: Mauve. HEX triplet: DB, A5 and F0. RGB value is (219,165,240). Sum of RGB (Red+Green+Blue) = 219+165+240=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 165 (64.84% from 255 or 26.44% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBA5F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA5F0 is #245A0F. Grayscale: #BDBDBD. Windows color (decimal): -2382352 or 15771099. OLE color: 15771099.
HSL color Cylindrical-coordinate representation of color #DBA5F0: hue angle of 283.2º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA5F0 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 165 | 240 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.06 |
| HSL | 283.2º | 0.71% | 0.79% | - |
| HSV(B) | 283.2º | 0.31% | 0.94% | - |
| XYZ | 58.4 | 48.26 | 88.68 | - |
| YUV | 189.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 240 | 0.09 | 0.31 | 0 | 0.06 | 283.2 | 0.71 | 0.79 |
| Hex | DB | A5 | F0 | 9 | 1F | 0 | 6 | 11B | 47 | 4F |
| Octal | 333 | 245 | 360 | 11 | 37 | 0 | 6 | 433 | 107 | 117 |
| Binary | 11011011 | 10100101 | 11110000 | 1001 | 11111 | 0 | 110 | 100011011 | 1000111 | 1001111 |
Color Harmonies of #DBA5F0
Complementary color
Monochromatic Colors of #DBA5F0
Black with #DBA5F0
Text Example
Text Example
White with #DBA5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5F0; }
p { color: rgb(219,165,240); }
H1.HeaderClassName
{
color: #DBA5F0;
}
.AnyTagClassName
{
color: #DBA5F0;
}
</style>
background-color css
<style>
a { background-color: #DBA5F0; }
a { background-color: rgb(219,165,240); }
div.DivClassName
{
background-color: #DBA5F0;
}
.BgClassName
{
background-color: #DBA5F0;
}
</style>
border-color css
<style>
span { border-color: #DBA5F0; }
span { border-color: rgb(219,165,240); }
td.TdClassName
{
border-color: #DBA5F0;
}
.TagClassName
{
border-color: #DBA5F0;
}
</style>