Shades of Mauve #DB9CF3
Tints of Mauve #DB9CF3
RGB
CMYK
RGB Variations
Color information
#DB9CF3 (or 0xDB9CF3) is known color: Mauve. HEX triplet: DB, 9C and F3. RGB value is (219,156,243). Sum of RGB (Red+Green+Blue) = 219+156+243=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB9CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CF3 is #24630C. Grayscale: #B8B8B8. Windows color (decimal): -2384653 or 15965403. OLE color: 15965403.
HSL color Cylindrical-coordinate representation of color #DB9CF3: hue angle of 283.45º degrees, saturation: 0.78, 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 #DB9CF3 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 156 | 243 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.05 |
| HSL | 283.45º | 0.78% | 0.78% | - |
| HSV(B) | 283.45º | 0.36% | 0.95% | - |
| XYZ | 57.28 | 45.31 | 90.52 | - |
| YUV | 184.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 243 | 0.10 | 0.36 | 0 | 0.05 | 283.45 | 0.78 | 0.78 |
| Hex | DB | 9C | F3 | A | 24 | 0 | 5 | 11B | 4E | 4E |
| Octal | 333 | 234 | 363 | 12 | 44 | 0 | 5 | 433 | 116 | 116 |
| Binary | 11011011 | 10011100 | 11110011 | 1010 | 100100 | 0 | 101 | 100011011 | 1001110 | 1001110 |
Color Harmonies of #DB9CF3
Complementary color
Monochromatic Colors of #DB9CF3
Black with #DB9CF3
Text Example
Text Example
White with #DB9CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CF3; }
p { color: rgb(219,156,243); }
H1.HeaderClassName
{
color: #DB9CF3;
}
.AnyTagClassName
{
color: #DB9CF3;
}
</style>
background-color css
<style>
a { background-color: #DB9CF3; }
a { background-color: rgb(219,156,243); }
div.DivClassName
{
background-color: #DB9CF3;
}
.BgClassName
{
background-color: #DB9CF3;
}
</style>
border-color css
<style>
span { border-color: #DB9CF3; }
span { border-color: rgb(219,156,243); }
td.TdClassName
{
border-color: #DB9CF3;
}
.TagClassName
{
border-color: #DB9CF3;
}
</style>