Shades of Mauve #DB97FF
Tints of Mauve #DB97FF
RGB
CMYK
RGB Variations
Color information
#DB97FF (or 0xDB97FF) is known color: Mauve. HEX triplet: DB, 97 and FF. RGB value is (219,151,255). Sum of RGB (Red+Green+Blue) = 219+151+255=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 151 (59.38% from 255 or 24.16% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB97FF is #246800. Grayscale: #B6B6B6. Windows color (decimal): -2385921 or 16750555. OLE color: 16750555.
HSL color Cylindrical-coordinate representation of color #DB97FF: hue angle of 279.23º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB97FF is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 151 | 255 | - |
| CMYK | 0.14 | 0.41 | 0 | 0 |
| HSL | 279.23º | 1% | 0.8% | - |
| HSV(B) | 279.23º | 0.41% | 1% | - |
| XYZ | 58.33 | 44.41 | 100.11 | - |
| YUV | 183.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 255 | 0.14 | 0.41 | 0 | 0 | 279.23 | 1 | 0.8 |
| Hex | DB | 97 | FF | E | 29 | 0 | 0 | 117 | 64 | 50 |
| Octal | 333 | 227 | 377 | 16 | 51 | 0 | 0 | 427 | 144 | 120 |
| Binary | 11011011 | 10010111 | 11111111 | 1110 | 101001 | 0 | 0 | 100010111 | 1100100 | 1010000 |
Color Harmonies of #DB97FF
Complementary color
Monochromatic Colors of #DB97FF
Black with #DB97FF
Text Example
Text Example
White with #DB97FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97FF; }
p { color: rgb(219,151,255); }
H1.HeaderClassName
{
color: #DB97FF;
}
.AnyTagClassName
{
color: #DB97FF;
}
</style>
background-color css
<style>
a { background-color: #DB97FF; }
a { background-color: rgb(219,151,255); }
div.DivClassName
{
background-color: #DB97FF;
}
.BgClassName
{
background-color: #DB97FF;
}
</style>
border-color css
<style>
span { border-color: #DB97FF; }
span { border-color: rgb(219,151,255); }
td.TdClassName
{
border-color: #DB97FF;
}
.TagClassName
{
border-color: #DB97FF;
}
</style>