Shades of Mauve #DB97FC
Tints of Mauve #DB97FC
RGB
CMYK
RGB Variations
Color information
#DB97FC (or 0xDB97FC) is known color: Mauve. HEX triplet: DB, 97 and FC. RGB value is (219,151,252). Sum of RGB (Red+Green+Blue) = 219+151+252=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 151 (59.38% from 255 or 24.28% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB97FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB97FC is #246803. Grayscale: #B6B6B6. Windows color (decimal): -2385924 or 16553947. OLE color: 16553947.
HSL color Cylindrical-coordinate representation of color #DB97FC: hue angle of 280.4º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB97FC is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 151 | 252 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.01 |
| HSL | 280.4º | 0.94% | 0.79% | - |
| HSV(B) | 280.4º | 0.4% | 0.99% | - |
| XYZ | 57.85 | 44.22 | 97.58 | - |
| YUV | 182.85 | 167.03 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 252 | 0.13 | 0.40 | 0 | 0.01 | 280.4 | 0.94 | 0.79 |
| Hex | DB | 97 | FC | D | 28 | 0 | 1 | 118 | 5E | 4F |
| Octal | 333 | 227 | 374 | 15 | 50 | 0 | 1 | 430 | 136 | 117 |
| Binary | 11011011 | 10010111 | 11111100 | 1101 | 101000 | 0 | 1 | 100011000 | 1011110 | 1001111 |
Color Harmonies of #DB97FC
Complementary color
Monochromatic Colors of #DB97FC
Black with #DB97FC
Text Example
Text Example
White with #DB97FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97FC; }
p { color: rgb(219,151,252); }
H1.HeaderClassName
{
color: #DB97FC;
}
.AnyTagClassName
{
color: #DB97FC;
}
</style>
background-color css
<style>
a { background-color: #DB97FC; }
a { background-color: rgb(219,151,252); }
div.DivClassName
{
background-color: #DB97FC;
}
.BgClassName
{
background-color: #DB97FC;
}
</style>
border-color css
<style>
span { border-color: #DB97FC; }
span { border-color: rgb(219,151,252); }
td.TdClassName
{
border-color: #DB97FC;
}
.TagClassName
{
border-color: #DB97FC;
}
</style>