Shades of Mauve #DB98FD
Tints of Mauve #DB98FD
RGB
CMYK
RGB Variations
Color information
#DB98FD (or 0xDB98FD) is known color: Mauve. HEX triplet: DB, 98 and FD. RGB value is (219,152,253). Sum of RGB (Red+Green+Blue) = 219+152+253=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 152 (59.77% from 255 or 24.36% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB98FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98FD is #246702. Grayscale: #B7B7B7. Windows color (decimal): -2385667 or 16619739. OLE color: 16619739.
HSL color Cylindrical-coordinate representation of color #DB98FD: hue angle of 279.8º degrees, saturation: 0.96, 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 #DB98FD is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 152 | 253 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.01 |
| HSL | 279.8º | 0.96% | 0.79% | - |
| HSV(B) | 279.8º | 0.4% | 0.99% | - |
| XYZ | 58.17 | 44.61 | 98.47 | - |
| YUV | 183.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 253 | 0.13 | 0.40 | 0 | 0.01 | 279.8 | 0.96 | 0.79 |
| Hex | DB | 98 | FD | D | 28 | 0 | 1 | 118 | 60 | 4F |
| Octal | 333 | 230 | 375 | 15 | 50 | 0 | 1 | 430 | 140 | 117 |
| Binary | 11011011 | 10011000 | 11111101 | 1101 | 101000 | 0 | 1 | 100011000 | 1100000 | 1001111 |
Color Harmonies of #DB98FD
Complementary color
Monochromatic Colors of #DB98FD
Black with #DB98FD
Text Example
Text Example
White with #DB98FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98FD; }
p { color: rgb(219,152,253); }
H1.HeaderClassName
{
color: #DB98FD;
}
.AnyTagClassName
{
color: #DB98FD;
}
</style>
background-color css
<style>
a { background-color: #DB98FD; }
a { background-color: rgb(219,152,253); }
div.DivClassName
{
background-color: #DB98FD;
}
.BgClassName
{
background-color: #DB98FD;
}
</style>
border-color css
<style>
span { border-color: #DB98FD; }
span { border-color: rgb(219,152,253); }
td.TdClassName
{
border-color: #DB98FD;
}
.TagClassName
{
border-color: #DB98FD;
}
</style>