Shades of Mauve #DB9AFB
Tints of Mauve #DB9AFB
RGB
CMYK
RGB Variations
Color information
#DB9AFB (or 0xDB9AFB) is known color: Mauve. HEX triplet: DB, 9A and FB. RGB value is (219,154,251). Sum of RGB (Red+Green+Blue) = 219+154+251=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 154 (60.55% from 255 or 24.68% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB9AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AFB is #246504. Grayscale: #B8B8B8. Windows color (decimal): -2385157 or 16489179. OLE color: 16489179.
HSL color Cylindrical-coordinate representation of color #DB9AFB: hue angle of 280.21º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB9AFB is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 154 | 251 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.02 |
| HSL | 280.21º | 0.92% | 0.79% | - |
| HSV(B) | 280.21º | 0.39% | 0.98% | - |
| XYZ | 58.18 | 45.14 | 96.91 | - |
| YUV | 184.49 | 165.53 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 251 | 0.13 | 0.39 | 0 | 0.02 | 280.21 | 0.92 | 0.79 |
| Hex | DB | 9A | FB | D | 27 | 0 | 2 | 118 | 5C | 4F |
| Octal | 333 | 232 | 373 | 15 | 47 | 0 | 2 | 430 | 134 | 117 |
| Binary | 11011011 | 10011010 | 11111011 | 1101 | 100111 | 0 | 10 | 100011000 | 1011100 | 1001111 |
Color Harmonies of #DB9AFB
Complementary color
Monochromatic Colors of #DB9AFB
Black with #DB9AFB
Text Example
Text Example
White with #DB9AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AFB; }
p { color: rgb(219,154,251); }
H1.HeaderClassName
{
color: #DB9AFB;
}
.AnyTagClassName
{
color: #DB9AFB;
}
</style>
background-color css
<style>
a { background-color: #DB9AFB; }
a { background-color: rgb(219,154,251); }
div.DivClassName
{
background-color: #DB9AFB;
}
.BgClassName
{
background-color: #DB9AFB;
}
</style>
border-color css
<style>
span { border-color: #DB9AFB; }
span { border-color: rgb(219,154,251); }
td.TdClassName
{
border-color: #DB9AFB;
}
.TagClassName
{
border-color: #DB9AFB;
}
</style>