Shades of Mauve #DB9AFC
Tints of Mauve #DB9AFC
RGB
CMYK
RGB Variations
Color information
#DB9AFC (or 0xDB9AFC) is known color: Mauve. HEX triplet: DB, 9A and FC. RGB value is (219,154,252). Sum of RGB (Red+Green+Blue) = 219+154+252=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 154 (60.55% from 255 or 24.64% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB9AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AFC is #246503. Grayscale: #B8B8B8. Windows color (decimal): -2385156 or 16554715. OLE color: 16554715.
HSL color Cylindrical-coordinate representation of color #DB9AFC: hue angle of 279.8º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB9AFC is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 154 | 252 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.01 |
| HSL | 279.8º | 0.94% | 0.8% | - |
| HSV(B) | 279.8º | 0.39% | 0.99% | - |
| XYZ | 58.34 | 45.2 | 97.75 | - |
| YUV | 184.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 252 | 0.13 | 0.39 | 0 | 0.01 | 279.8 | 0.94 | 0.8 |
| Hex | DB | 9A | FC | D | 27 | 0 | 1 | 118 | 5E | 50 |
| Octal | 333 | 232 | 374 | 15 | 47 | 0 | 1 | 430 | 136 | 120 |
| Binary | 11011011 | 10011010 | 11111100 | 1101 | 100111 | 0 | 1 | 100011000 | 1011110 | 1010000 |
Color Harmonies of #DB9AFC
Complementary color
Monochromatic Colors of #DB9AFC
Black with #DB9AFC
Text Example
Text Example
White with #DB9AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AFC; }
p { color: rgb(219,154,252); }
H1.HeaderClassName
{
color: #DB9AFC;
}
.AnyTagClassName
{
color: #DB9AFC;
}
</style>
background-color css
<style>
a { background-color: #DB9AFC; }
a { background-color: rgb(219,154,252); }
div.DivClassName
{
background-color: #DB9AFC;
}
.BgClassName
{
background-color: #DB9AFC;
}
</style>
border-color css
<style>
span { border-color: #DB9AFC; }
span { border-color: rgb(219,154,252); }
td.TdClassName
{
border-color: #DB9AFC;
}
.TagClassName
{
border-color: #DB9AFC;
}
</style>