Shades of Mauve #DB9CF1
Tints of Mauve #DB9CF1
RGB
CMYK
RGB Variations
Color information
#DB9CF1 (or 0xDB9CF1) is known color: Mauve. HEX triplet: DB, 9C and F1. RGB value is (219,156,241). Sum of RGB (Red+Green+Blue) = 219+156+241=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB9CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CF1 is #24630E. Grayscale: #B8B8B8. Windows color (decimal): -2384655 or 15834331. OLE color: 15834331.
HSL color Cylindrical-coordinate representation of color #DB9CF1: hue angle of 284.47º 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 #DB9CF1 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 156 | 241 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.05 |
| HSL | 284.47º | 0.75% | 0.78% | - |
| HSV(B) | 284.47º | 0.35% | 0.95% | - |
| XYZ | 56.98 | 45.19 | 88.94 | - |
| YUV | 184.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 241 | 0.09 | 0.35 | 0 | 0.05 | 284.47 | 0.75 | 0.78 |
| Hex | DB | 9C | F1 | 9 | 23 | 0 | 5 | 11C | 4B | 4E |
| Octal | 333 | 234 | 361 | 11 | 43 | 0 | 5 | 434 | 113 | 116 |
| Binary | 11011011 | 10011100 | 11110001 | 1001 | 100011 | 0 | 101 | 100011100 | 1001011 | 1001110 |
Color Harmonies of #DB9CF1
Complementary color
Monochromatic Colors of #DB9CF1
Black with #DB9CF1
Text Example
Text Example
White with #DB9CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CF1; }
p { color: rgb(219,156,241); }
H1.HeaderClassName
{
color: #DB9CF1;
}
.AnyTagClassName
{
color: #DB9CF1;
}
</style>
background-color css
<style>
a { background-color: #DB9CF1; }
a { background-color: rgb(219,156,241); }
div.DivClassName
{
background-color: #DB9CF1;
}
.BgClassName
{
background-color: #DB9CF1;
}
</style>
border-color css
<style>
span { border-color: #DB9CF1; }
span { border-color: rgb(219,156,241); }
td.TdClassName
{
border-color: #DB9CF1;
}
.TagClassName
{
border-color: #DB9CF1;
}
</style>