Shades of Mauve #DB92FD
Tints of Mauve #DB92FD
RGB
CMYK
RGB Variations
Color information
#DB92FD (or 0xDB92FD) is known color: Mauve. HEX triplet: DB, 92 and FD. RGB value is (219,146,253). Sum of RGB (Red+Green+Blue) = 219+146+253=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 146 (57.42% from 255 or 23.62% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB92FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB92FD is #246D02. Grayscale: #B3B3B3. Windows color (decimal): -2387203 or 16618203. OLE color: 16618203.
HSL color Cylindrical-coordinate representation of color #DB92FD: hue angle of 280.93º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB92FD is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 146 | 253 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.01 |
| HSL | 280.93º | 0.96% | 0.78% | - |
| HSV(B) | 280.93º | 0.42% | 0.99% | - |
| XYZ | 57.22 | 42.71 | 98.16 | - |
| YUV | 180.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 253 | 0.13 | 0.42 | 0 | 0.01 | 280.93 | 0.96 | 0.78 |
| Hex | DB | 92 | FD | D | 2A | 0 | 1 | 119 | 60 | 4E |
| Octal | 333 | 222 | 375 | 15 | 52 | 0 | 1 | 431 | 140 | 116 |
| Binary | 11011011 | 10010010 | 11111101 | 1101 | 101010 | 0 | 1 | 100011001 | 1100000 | 1001110 |
Color Harmonies of #DB92FD
Complementary color
Monochromatic Colors of #DB92FD
Black with #DB92FD
Text Example
Text Example
White with #DB92FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92FD; }
p { color: rgb(219,146,253); }
H1.HeaderClassName
{
color: #DB92FD;
}
.AnyTagClassName
{
color: #DB92FD;
}
</style>
background-color css
<style>
a { background-color: #DB92FD; }
a { background-color: rgb(219,146,253); }
div.DivClassName
{
background-color: #DB92FD;
}
.BgClassName
{
background-color: #DB92FD;
}
</style>
border-color css
<style>
span { border-color: #DB92FD; }
span { border-color: rgb(219,146,253); }
td.TdClassName
{
border-color: #DB92FD;
}
.TagClassName
{
border-color: #DB92FD;
}
</style>