Shades of Mauve #DB9DF8
Tints of Mauve #DB9DF8
RGB
CMYK
RGB Variations
Color information
#DB9DF8 (or 0xDB9DF8) is known color: Mauve. HEX triplet: DB, 9D and F8. RGB value is (219,157,248). Sum of RGB (Red+Green+Blue) = 219+157+248=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 157 (61.72% from 255 or 25.16% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB9DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9DF8 is #246207. Grayscale: #B9B9B9. Windows color (decimal): -2384392 or 16293339. OLE color: 16293339.
HSL color Cylindrical-coordinate representation of color #DB9DF8: hue angle of 280.88º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB9DF8 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 219 | 157 | 248 | - |
CMYK | 0.12 | 0.37 | 0 | 0.03 |
HSL | 280.88º | 0.87% | 0.79% | - |
HSV(B) | 280.88º | 0.37% | 0.97% | - |
XYZ | 58.21 | 45.95 | 94.61 | - |
YUV | 185.91 | 163.04 | 151.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 157 | 248 | 0.12 | 0.37 | 0 | 0.03 | 280.88 | 0.87 | 0.79 |
Hex | DB | 9D | F8 | C | 25 | 0 | 3 | 119 | 57 | 4F |
Octal | 333 | 235 | 370 | 14 | 45 | 0 | 3 | 431 | 127 | 117 |
Binary | 11011011 | 10011101 | 11111000 | 1100 | 100101 | 0 | 11 | 100011001 | 1010111 | 1001111 |
Color Harmonies of #DB9DF8
Complementary color
Monochromatic Colors of #DB9DF8
Black with #DB9DF8
Text Example
Text Example
White with #DB9DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DF8; }
p { color: rgb(219,157,248); }
H1.HeaderClassName
{
color: #DB9DF8;
}
.AnyTagClassName
{
color: #DB9DF8;
}
</style>
background-color css
<style>
a { background-color: #DB9DF8; }
a { background-color: rgb(219,157,248); }
div.DivClassName
{
background-color: #DB9DF8;
}
.BgClassName
{
background-color: #DB9DF8;
}
</style>
border-color css
<style>
span { border-color: #DB9DF8; }
span { border-color: rgb(219,157,248); }
td.TdClassName
{
border-color: #DB9DF8;
}
.TagClassName
{
border-color: #DB9DF8;
}
</style>