Shades of Mauve #DB9AFA
Tints of Mauve #DB9AFA
RGB
CMYK
RGB Variations
Color information
#DB9AFA (or 0xDB9AFA) is known color: Mauve. HEX triplet: DB, 9A and FA. RGB value is (219,154,250). Sum of RGB (Red+Green+Blue) = 219+154+250=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 154 (60.55% from 255 or 24.72% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB9AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AFA is #246505. Grayscale: #B8B8B8. Windows color (decimal): -2385158 or 16423643. OLE color: 16423643.
HSL color Cylindrical-coordinate representation of color #DB9AFA: hue angle of 280.62º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9AFA is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 154 | 250 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.02 |
| HSL | 280.63º | 0.91% | 0.79% | - |
| HSV(B) | 280.63º | 0.38% | 0.98% | - |
| XYZ | 58.02 | 45.07 | 96.08 | - |
| YUV | 184.38 | 165.03 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 250 | 0.12 | 0.38 | 0 | 0.02 | 280.63 | 0.91 | 0.79 |
| Hex | DB | 9A | FA | C | 26 | 0 | 2 | 119 | 5B | 4F |
| Octal | 333 | 232 | 372 | 14 | 46 | 0 | 2 | 431 | 133 | 117 |
| Binary | 11011011 | 10011010 | 11111010 | 1100 | 100110 | 0 | 10 | 100011001 | 1011011 | 1001111 |
Color Harmonies of #DB9AFA
Complementary color
Monochromatic Colors of #DB9AFA
Black with #DB9AFA
Text Example
Text Example
White with #DB9AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AFA; }
p { color: rgb(219,154,250); }
H1.HeaderClassName
{
color: #DB9AFA;
}
.AnyTagClassName
{
color: #DB9AFA;
}
</style>
background-color css
<style>
a { background-color: #DB9AFA; }
a { background-color: rgb(219,154,250); }
div.DivClassName
{
background-color: #DB9AFA;
}
.BgClassName
{
background-color: #DB9AFA;
}
</style>
border-color css
<style>
span { border-color: #DB9AFA; }
span { border-color: rgb(219,154,250); }
td.TdClassName
{
border-color: #DB9AFA;
}
.TagClassName
{
border-color: #DB9AFA;
}
</style>