Shades of Mauve #DBA5F5
Tints of Mauve #DBA5F5
RGB
CMYK
RGB Variations
Color information
#DBA5F5 (or 0xDBA5F5) is known color: Mauve. HEX triplet: DB, A5 and F5. RGB value is (219,165,245). Sum of RGB (Red+Green+Blue) = 219+165+245=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 165 (64.84% from 255 or 26.23% from 629); Blue value is 245 (96.09% from 255 or 38.95% from 629); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBA5F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA5F5 is #245A0A. Grayscale: #BEBEBE. Windows color (decimal): -2382347 or 16098779. OLE color: 16098779.
HSL color Cylindrical-coordinate representation of color #DBA5F5: hue angle of 280.5º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBA5F5 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 165 | 245 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.04 |
| HSL | 280.5º | 0.8% | 0.8% | - |
| HSV(B) | 280.5º | 0.33% | 0.96% | - |
| XYZ | 59.15 | 48.56 | 92.64 | - |
| YUV | 190.27 | 158.89 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 245 | 0.11 | 0.33 | 0 | 0.04 | 280.5 | 0.8 | 0.8 |
| Hex | DB | A5 | F5 | B | 21 | 0 | 4 | 118 | 50 | 50 |
| Octal | 333 | 245 | 365 | 13 | 41 | 0 | 4 | 430 | 120 | 120 |
| Binary | 11011011 | 10100101 | 11110101 | 1011 | 100001 | 0 | 100 | 100011000 | 1010000 | 1010000 |
Color Harmonies of #DBA5F5
Complementary color
Monochromatic Colors of #DBA5F5
Black with #DBA5F5
Text Example
Text Example
White with #DBA5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5F5; }
p { color: rgb(219,165,245); }
H1.HeaderClassName
{
color: #DBA5F5;
}
.AnyTagClassName
{
color: #DBA5F5;
}
</style>
background-color css
<style>
a { background-color: #DBA5F5; }
a { background-color: rgb(219,165,245); }
div.DivClassName
{
background-color: #DBA5F5;
}
.BgClassName
{
background-color: #DBA5F5;
}
</style>
border-color css
<style>
span { border-color: #DBA5F5; }
span { border-color: rgb(219,165,245); }
td.TdClassName
{
border-color: #DBA5F5;
}
.TagClassName
{
border-color: #DBA5F5;
}
</style>