Shades of Mauve #DB99FC
Tints of Mauve #DB99FC
RGB
CMYK
RGB Variations
Color information
#DB99FC (or 0xDB99FC) is known color: Mauve. HEX triplet: DB, 99 and FC. RGB value is (219,153,252). Sum of RGB (Red+Green+Blue) = 219+153+252=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 153 (60.16% from 255 or 24.52% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB99FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB99FC is #246603. Grayscale: #B7B7B7. Windows color (decimal): -2385412 or 16554459. OLE color: 16554459.
HSL color Cylindrical-coordinate representation of color #DB99FC: hue angle of 280º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB99FC is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 153 | 252 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.01 |
| HSL | 280º | 0.94% | 0.79% | - |
| HSV(B) | 280º | 0.39% | 0.99% | - |
| XYZ | 58.18 | 44.87 | 97.69 | - |
| YUV | 184.02 | 166.37 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 252 | 0.13 | 0.39 | 0 | 0.01 | 280 | 0.94 | 0.79 |
| Hex | DB | 99 | FC | D | 27 | 0 | 1 | 118 | 5E | 4F |
| Octal | 333 | 231 | 374 | 15 | 47 | 0 | 1 | 430 | 136 | 117 |
| Binary | 11011011 | 10011001 | 11111100 | 1101 | 100111 | 0 | 1 | 100011000 | 1011110 | 1001111 |
Color Harmonies of #DB99FC
Complementary color
Monochromatic Colors of #DB99FC
Black with #DB99FC
Text Example
Text Example
White with #DB99FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99FC; }
p { color: rgb(219,153,252); }
H1.HeaderClassName
{
color: #DB99FC;
}
.AnyTagClassName
{
color: #DB99FC;
}
</style>
background-color css
<style>
a { background-color: #DB99FC; }
a { background-color: rgb(219,153,252); }
div.DivClassName
{
background-color: #DB99FC;
}
.BgClassName
{
background-color: #DB99FC;
}
</style>
border-color css
<style>
span { border-color: #DB99FC; }
span { border-color: rgb(219,153,252); }
td.TdClassName
{
border-color: #DB99FC;
}
.TagClassName
{
border-color: #DB99FC;
}
</style>