Shades of Mauve #DB98F3
Tints of Mauve #DB98F3
RGB
CMYK
RGB Variations
Color information
#DB98F3 (or 0xDB98F3) is known color: Mauve. HEX triplet: DB, 98 and F3. RGB value is (219,152,243). Sum of RGB (Red+Green+Blue) = 219+152+243=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB98F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98F3 is #24670C. Grayscale: #B6B6B6. Windows color (decimal): -2385677 or 15964379. OLE color: 15964379.
HSL color Cylindrical-coordinate representation of color #DB98F3: hue angle of 284.18º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB98F3 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 152 | 243 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.05 |
| HSL | 284.18º | 0.79% | 0.77% | - |
| HSV(B) | 284.18º | 0.37% | 0.95% | - |
| XYZ | 56.62 | 43.99 | 90.3 | - |
| YUV | 182.41 | 162.2 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 243 | 0.10 | 0.37 | 0 | 0.05 | 284.18 | 0.79 | 0.77 |
| Hex | DB | 98 | F3 | A | 25 | 0 | 5 | 11C | 4F | 4D |
| Octal | 333 | 230 | 363 | 12 | 45 | 0 | 5 | 434 | 117 | 115 |
| Binary | 11011011 | 10011000 | 11110011 | 1010 | 100101 | 0 | 101 | 100011100 | 1001111 | 1001101 |
Color Harmonies of #DB98F3
Complementary color
Monochromatic Colors of #DB98F3
Black with #DB98F3
Text Example
Text Example
White with #DB98F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98F3; }
p { color: rgb(219,152,243); }
H1.HeaderClassName
{
color: #DB98F3;
}
.AnyTagClassName
{
color: #DB98F3;
}
</style>
background-color css
<style>
a { background-color: #DB98F3; }
a { background-color: rgb(219,152,243); }
div.DivClassName
{
background-color: #DB98F3;
}
.BgClassName
{
background-color: #DB98F3;
}
</style>
border-color css
<style>
span { border-color: #DB98F3; }
span { border-color: rgb(219,152,243); }
td.TdClassName
{
border-color: #DB98F3;
}
.TagClassName
{
border-color: #DB98F3;
}
</style>