Shades of Mauve #DB92FF
Tints of Mauve #DB92FF
RGB
CMYK
RGB Variations
Color information
#DB92FF (or 0xDB92FF) is known color: Mauve. HEX triplet: DB, 92 and FF. RGB value is (219,146,255). Sum of RGB (Red+Green+Blue) = 219+146+255=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 146 (57.42% from 255 or 23.55% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB92FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB92FF is #246D00. Grayscale: #B3B3B3. Windows color (decimal): -2387201 or 16749275. OLE color: 16749275.
HSL color Cylindrical-coordinate representation of color #DB92FF: hue angle of 280.18º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB92FF is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 146 | 255 | - |
| CMYK | 0.14 | 0.43 | 0 | 0 |
| HSL | 280.18º | 1% | 0.79% | - |
| HSV(B) | 280.18º | 0.43% | 1% | - |
| XYZ | 57.54 | 42.84 | 99.84 | - |
| YUV | 180.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 255 | 0.14 | 0.43 | 0 | 0 | 280.18 | 1 | 0.79 |
| Hex | DB | 92 | FF | E | 2B | 0 | 0 | 118 | 64 | 4F |
| Octal | 333 | 222 | 377 | 16 | 53 | 0 | 0 | 430 | 144 | 117 |
| Binary | 11011011 | 10010010 | 11111111 | 1110 | 101011 | 0 | 0 | 100011000 | 1100100 | 1001111 |
Color Harmonies of #DB92FF
Complementary color
Monochromatic Colors of #DB92FF
Black with #DB92FF
Text Example
Text Example
White with #DB92FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92FF; }
p { color: rgb(219,146,255); }
H1.HeaderClassName
{
color: #DB92FF;
}
.AnyTagClassName
{
color: #DB92FF;
}
</style>
background-color css
<style>
a { background-color: #DB92FF; }
a { background-color: rgb(219,146,255); }
div.DivClassName
{
background-color: #DB92FF;
}
.BgClassName
{
background-color: #DB92FF;
}
</style>
border-color css
<style>
span { border-color: #DB92FF; }
span { border-color: rgb(219,146,255); }
td.TdClassName
{
border-color: #DB92FF;
}
.TagClassName
{
border-color: #DB92FF;
}
</style>