Shades of Mauve #DB99FD
Tints of Mauve #DB99FD
RGB
CMYK
RGB Variations
Color information
#DB99FD (or 0xDB99FD) is known color: Mauve. HEX triplet: DB, 99 and FD. RGB value is (219,153,253). Sum of RGB (Red+Green+Blue) = 219+153+253=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 153 (60.16% from 255 or 24.48% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB99FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB99FD is #246602. Grayscale: #B7B7B7. Windows color (decimal): -2385411 or 16619995. OLE color: 16619995.
HSL color Cylindrical-coordinate representation of color #DB99FD: hue angle of 279.6º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB99FD is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 153 | 253 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.01 |
| HSL | 279.6º | 0.96% | 0.8% | - |
| HSV(B) | 279.6º | 0.4% | 0.99% | - |
| XYZ | 58.33 | 44.93 | 98.53 | - |
| YUV | 184.13 | 166.87 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 253 | 0.13 | 0.40 | 0 | 0.01 | 279.6 | 0.96 | 0.8 |
| Hex | DB | 99 | FD | D | 28 | 0 | 1 | 118 | 60 | 50 |
| Octal | 333 | 231 | 375 | 15 | 50 | 0 | 1 | 430 | 140 | 120 |
| Binary | 11011011 | 10011001 | 11111101 | 1101 | 101000 | 0 | 1 | 100011000 | 1100000 | 1010000 |
Color Harmonies of #DB99FD
Complementary color
Monochromatic Colors of #DB99FD
Black with #DB99FD
Text Example
Text Example
White with #DB99FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99FD; }
p { color: rgb(219,153,253); }
H1.HeaderClassName
{
color: #DB99FD;
}
.AnyTagClassName
{
color: #DB99FD;
}
</style>
background-color css
<style>
a { background-color: #DB99FD; }
a { background-color: rgb(219,153,253); }
div.DivClassName
{
background-color: #DB99FD;
}
.BgClassName
{
background-color: #DB99FD;
}
</style>
border-color css
<style>
span { border-color: #DB99FD; }
span { border-color: rgb(219,153,253); }
td.TdClassName
{
border-color: #DB99FD;
}
.TagClassName
{
border-color: #DB99FD;
}
</style>