Shades of Mauve #DB95FB
Tints of Mauve #DB95FB
RGB
CMYK
RGB Variations
Color information
#DB95FB (or 0xDB95FB) is known color: Mauve. HEX triplet: DB, 95 and FB. RGB value is (219,149,251). Sum of RGB (Red+Green+Blue) = 219+149+251=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB95FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB95FB is #246A04. Grayscale: #B5B5B5. Windows color (decimal): -2386437 or 16487899. OLE color: 16487899.
HSL color Cylindrical-coordinate representation of color #DB95FB: hue angle of 281.18º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB95FB is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 149 | 251 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.02 |
| HSL | 281.18º | 0.93% | 0.78% | - |
| HSV(B) | 281.18º | 0.41% | 0.98% | - |
| XYZ | 57.37 | 43.52 | 96.64 | - |
| YUV | 181.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 251 | 0.13 | 0.41 | 0 | 0.02 | 281.18 | 0.93 | 0.78 |
| Hex | DB | 95 | FB | D | 29 | 0 | 2 | 119 | 5D | 4E |
| Octal | 333 | 225 | 373 | 15 | 51 | 0 | 2 | 431 | 135 | 116 |
| Binary | 11011011 | 10010101 | 11111011 | 1101 | 101001 | 0 | 10 | 100011001 | 1011101 | 1001110 |
Color Harmonies of #DB95FB
Complementary color
Monochromatic Colors of #DB95FB
Black with #DB95FB
Text Example
Text Example
White with #DB95FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95FB; }
p { color: rgb(219,149,251); }
H1.HeaderClassName
{
color: #DB95FB;
}
.AnyTagClassName
{
color: #DB95FB;
}
</style>
background-color css
<style>
a { background-color: #DB95FB; }
a { background-color: rgb(219,149,251); }
div.DivClassName
{
background-color: #DB95FB;
}
.BgClassName
{
background-color: #DB95FB;
}
</style>
border-color css
<style>
span { border-color: #DB95FB; }
span { border-color: rgb(219,149,251); }
td.TdClassName
{
border-color: #DB95FB;
}
.TagClassName
{
border-color: #DB95FB;
}
</style>