Shades of Mauve #DB97FE
Tints of Mauve #DB97FE
RGB
CMYK
RGB Variations
Color information
#DB97FE (or 0xDB97FE) is known color: Mauve. HEX triplet: DB, 97 and FE. RGB value is (219,151,254). Sum of RGB (Red+Green+Blue) = 219+151+254=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 151 (59.38% from 255 or 24.20% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB97FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB97FE is #246801. Grayscale: #B6B6B6. Windows color (decimal): -2385922 or 16685019. OLE color: 16685019.
HSL color Cylindrical-coordinate representation of color #DB97FE: hue angle of 279.61º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB97FE is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 151 | 254 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.00 |
| HSL | 279.61º | 0.98% | 0.79% | - |
| HSV(B) | 279.61º | 0.41% | 1% | - |
| XYZ | 58.17 | 44.35 | 99.26 | - |
| YUV | 183.07 | 168.03 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 254 | 0.14 | 0.41 | 0 | 0.00 | 279.61 | 0.98 | 0.79 |
| Hex | DB | 97 | FE | E | 29 | 0 | 0 | 118 | 62 | 4F |
| Octal | 333 | 227 | 376 | 16 | 51 | 0 | 0 | 430 | 142 | 117 |
| Binary | 11011011 | 10010111 | 11111110 | 1110 | 101001 | 0 | 0 | 100011000 | 1100010 | 1001111 |
Color Harmonies of #DB97FE
Complementary color
Monochromatic Colors of #DB97FE
Black with #DB97FE
Text Example
Text Example
White with #DB97FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97FE; }
p { color: rgb(219,151,254); }
H1.HeaderClassName
{
color: #DB97FE;
}
.AnyTagClassName
{
color: #DB97FE;
}
</style>
background-color css
<style>
a { background-color: #DB97FE; }
a { background-color: rgb(219,151,254); }
div.DivClassName
{
background-color: #DB97FE;
}
.BgClassName
{
background-color: #DB97FE;
}
</style>
border-color css
<style>
span { border-color: #DB97FE; }
span { border-color: rgb(219,151,254); }
td.TdClassName
{
border-color: #DB97FE;
}
.TagClassName
{
border-color: #DB97FE;
}
</style>