Shades of Mauve #DB9DF1
Tints of Mauve #DB9DF1
RGB
CMYK
RGB Variations
Color information
#DB9DF1 (or 0xDB9DF1) is known color: Mauve. HEX triplet: DB, 9D and F1. RGB value is (219,157,241). Sum of RGB (Red+Green+Blue) = 219+157+241=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 157 (61.72% from 255 or 25.45% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB9DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9DF1 is #24620E. Grayscale: #B8B8B8. Windows color (decimal): -2384399 or 15834587. OLE color: 15834587.
HSL color Cylindrical-coordinate representation of color #DB9DF1: hue angle of 284.29º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB9DF1 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 157 | 241 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.05 |
| HSL | 284.29º | 0.75% | 0.78% | - |
| HSV(B) | 284.29º | 0.35% | 0.95% | - |
| XYZ | 57.15 | 45.52 | 88.99 | - |
| YUV | 185.11 | 159.54 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 241 | 0.09 | 0.35 | 0 | 0.05 | 284.29 | 0.75 | 0.78 |
| Hex | DB | 9D | F1 | 9 | 23 | 0 | 5 | 11C | 4B | 4E |
| Octal | 333 | 235 | 361 | 11 | 43 | 0 | 5 | 434 | 113 | 116 |
| Binary | 11011011 | 10011101 | 11110001 | 1001 | 100011 | 0 | 101 | 100011100 | 1001011 | 1001110 |
Color Harmonies of #DB9DF1
Complementary color
Monochromatic Colors of #DB9DF1
Black with #DB9DF1
Text Example
Text Example
White with #DB9DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DF1; }
p { color: rgb(219,157,241); }
H1.HeaderClassName
{
color: #DB9DF1;
}
.AnyTagClassName
{
color: #DB9DF1;
}
</style>
background-color css
<style>
a { background-color: #DB9DF1; }
a { background-color: rgb(219,157,241); }
div.DivClassName
{
background-color: #DB9DF1;
}
.BgClassName
{
background-color: #DB9DF1;
}
</style>
border-color css
<style>
span { border-color: #DB9DF1; }
span { border-color: rgb(219,157,241); }
td.TdClassName
{
border-color: #DB9DF1;
}
.TagClassName
{
border-color: #DB9DF1;
}
</style>