Shades of Mauve #DB9CF2
Tints of Mauve #DB9CF2
RGB
CMYK
RGB Variations
Color information
#DB9CF2 (or 0xDB9CF2) is known color: Mauve. HEX triplet: DB, 9C and F2. RGB value is (219,156,242). Sum of RGB (Red+Green+Blue) = 219+156+242=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB9CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CF2 is #24630D. Grayscale: #B8B8B8. Windows color (decimal): -2384654 or 15899867. OLE color: 15899867.
HSL color Cylindrical-coordinate representation of color #DB9CF2: hue angle of 283.95º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB9CF2 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 156 | 242 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.05 |
| HSL | 283.95º | 0.77% | 0.78% | - |
| HSV(B) | 283.95º | 0.36% | 0.95% | - |
| XYZ | 57.13 | 45.25 | 89.73 | - |
| YUV | 184.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 242 | 0.10 | 0.36 | 0 | 0.05 | 283.95 | 0.77 | 0.78 |
| Hex | DB | 9C | F2 | A | 24 | 0 | 5 | 11C | 4D | 4E |
| Octal | 333 | 234 | 362 | 12 | 44 | 0 | 5 | 434 | 115 | 116 |
| Binary | 11011011 | 10011100 | 11110010 | 1010 | 100100 | 0 | 101 | 100011100 | 1001101 | 1001110 |
Color Harmonies of #DB9CF2
Complementary color
Monochromatic Colors of #DB9CF2
Black with #DB9CF2
Text Example
Text Example
White with #DB9CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CF2; }
p { color: rgb(219,156,242); }
H1.HeaderClassName
{
color: #DB9CF2;
}
.AnyTagClassName
{
color: #DB9CF2;
}
</style>
background-color css
<style>
a { background-color: #DB9CF2; }
a { background-color: rgb(219,156,242); }
div.DivClassName
{
background-color: #DB9CF2;
}
.BgClassName
{
background-color: #DB9CF2;
}
</style>
border-color css
<style>
span { border-color: #DB9CF2; }
span { border-color: rgb(219,156,242); }
td.TdClassName
{
border-color: #DB9CF2;
}
.TagClassName
{
border-color: #DB9CF2;
}
</style>