Shades of Mauve #DBA5FF
Tints of Mauve #DBA5FF
RGB
CMYK
RGB Variations
Color information
#DBA5FF (or 0xDBA5FF) is known color: Mauve. HEX triplet: DB, A5 and FF. RGB value is (219,165,255). Sum of RGB (Red+Green+Blue) = 219+165+255=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 165 (64.84% from 255 or 25.82% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA5FF is #245A00. Grayscale: #BFBFBF. Windows color (decimal): -2382337 or 16754139. OLE color: 16754139.
HSL color Cylindrical-coordinate representation of color #DBA5FF: hue angle of 276º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBA5FF is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 165 | 255 | - |
| CMYK | 0.14 | 0.35 | 0 | 0 |
| HSL | 276º | 1% | 0.82% | - |
| HSV(B) | 276º | 0.35% | 1% | - |
| XYZ | 60.72 | 49.19 | 100.9 | - |
| YUV | 191.41 | 163.89 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 255 | 0.14 | 0.35 | 0 | 0 | 276 | 1 | 0.82 |
| Hex | DB | A5 | FF | E | 23 | 0 | 0 | 114 | 64 | 52 |
| Octal | 333 | 245 | 377 | 16 | 43 | 0 | 0 | 424 | 144 | 122 |
| Binary | 11011011 | 10100101 | 11111111 | 1110 | 100011 | 0 | 0 | 100010100 | 1100100 | 1010010 |
Color Harmonies of #DBA5FF
Complementary color
Monochromatic Colors of #DBA5FF
Black with #DBA5FF
Text Example
Text Example
White with #DBA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5FF; }
p { color: rgb(219,165,255); }
H1.HeaderClassName
{
color: #DBA5FF;
}
.AnyTagClassName
{
color: #DBA5FF;
}
</style>
background-color css
<style>
a { background-color: #DBA5FF; }
a { background-color: rgb(219,165,255); }
div.DivClassName
{
background-color: #DBA5FF;
}
.BgClassName
{
background-color: #DBA5FF;
}
</style>
border-color css
<style>
span { border-color: #DBA5FF; }
span { border-color: rgb(219,165,255); }
td.TdClassName
{
border-color: #DBA5FF;
}
.TagClassName
{
border-color: #DBA5FF;
}
</style>