Shades of Mauve #DB99FE
Tints of Mauve #DB99FE
RGB
CMYK
RGB Variations
Color information
#DB99FE (or 0xDB99FE) is known color: Mauve. HEX triplet: DB, 99 and FE. RGB value is (219,153,254). Sum of RGB (Red+Green+Blue) = 219+153+254=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 153 (60.16% from 255 or 24.44% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB99FE is #246601. Grayscale: #B7B7B7. Windows color (decimal): -2385410 or 16685531. OLE color: 16685531.
HSL color Cylindrical-coordinate representation of color #DB99FE: hue angle of 279.21º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB99FE is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 153 | 254 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.00 |
| HSL | 279.21º | 0.98% | 0.8% | - |
| HSV(B) | 279.21º | 0.4% | 1% | - |
| XYZ | 58.49 | 45 | 99.37 | - |
| YUV | 184.25 | 167.37 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 254 | 0.14 | 0.40 | 0 | 0.00 | 279.21 | 0.98 | 0.8 |
| Hex | DB | 99 | FE | E | 28 | 0 | 0 | 117 | 62 | 50 |
| Octal | 333 | 231 | 376 | 16 | 50 | 0 | 0 | 427 | 142 | 120 |
| Binary | 11011011 | 10011001 | 11111110 | 1110 | 101000 | 0 | 0 | 100010111 | 1100010 | 1010000 |
Color Harmonies of #DB99FE
Complementary color
Monochromatic Colors of #DB99FE
Black with #DB99FE
Text Example
Text Example
White with #DB99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99FE; }
p { color: rgb(219,153,254); }
H1.HeaderClassName
{
color: #DB99FE;
}
.AnyTagClassName
{
color: #DB99FE;
}
</style>
background-color css
<style>
a { background-color: #DB99FE; }
a { background-color: rgb(219,153,254); }
div.DivClassName
{
background-color: #DB99FE;
}
.BgClassName
{
background-color: #DB99FE;
}
</style>
border-color css
<style>
span { border-color: #DB99FE; }
span { border-color: rgb(219,153,254); }
td.TdClassName
{
border-color: #DB99FE;
}
.TagClassName
{
border-color: #DB99FE;
}
</style>