Shades of Mauve #DB95FF
Tints of Mauve #DB95FF
RGB
CMYK
RGB Variations
Color information
#DB95FF (or 0xDB95FF) is known color: Mauve. HEX triplet: DB, 95 and FF. RGB value is (219,149,255). Sum of RGB (Red+Green+Blue) = 219+149+255=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 149 (58.59% from 255 or 23.92% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB95FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB95FF is #246A00. Grayscale: #B5B5B5. Windows color (decimal): -2386433 or 16750043. OLE color: 16750043.
HSL color Cylindrical-coordinate representation of color #DB95FF: hue angle of 279.62º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB95FF is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 149 | 255 | - |
| CMYK | 0.14 | 0.42 | 0 | 0 |
| HSL | 279.62º | 1% | 0.79% | - |
| HSV(B) | 279.62º | 0.42% | 1% | - |
| XYZ | 58.01 | 43.77 | 100 | - |
| YUV | 182.01 | 169.19 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 255 | 0.14 | 0.42 | 0 | 0 | 279.62 | 1 | 0.79 |
| Hex | DB | 95 | FF | E | 2A | 0 | 0 | 118 | 64 | 4F |
| Octal | 333 | 225 | 377 | 16 | 52 | 0 | 0 | 430 | 144 | 117 |
| Binary | 11011011 | 10010101 | 11111111 | 1110 | 101010 | 0 | 0 | 100011000 | 1100100 | 1001111 |
Color Harmonies of #DB95FF
Complementary color
Monochromatic Colors of #DB95FF
Black with #DB95FF
Text Example
Text Example
White with #DB95FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95FF; }
p { color: rgb(219,149,255); }
H1.HeaderClassName
{
color: #DB95FF;
}
.AnyTagClassName
{
color: #DB95FF;
}
</style>
background-color css
<style>
a { background-color: #DB95FF; }
a { background-color: rgb(219,149,255); }
div.DivClassName
{
background-color: #DB95FF;
}
.BgClassName
{
background-color: #DB95FF;
}
</style>
border-color css
<style>
span { border-color: #DB95FF; }
span { border-color: rgb(219,149,255); }
td.TdClassName
{
border-color: #DB95FF;
}
.TagClassName
{
border-color: #DB95FF;
}
</style>