Shades of Mauve #DB92FC
Tints of Mauve #DB92FC
RGB
CMYK
RGB Variations
Color information
#DB92FC (or 0xDB92FC) is known color: Mauve. HEX triplet: DB, 92 and FC. RGB value is (219,146,252). Sum of RGB (Red+Green+Blue) = 219+146+252=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 146 (57.42% from 255 or 23.66% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB92FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB92FC is #246D03. Grayscale: #B3B3B3. Windows color (decimal): -2387204 or 16552667. OLE color: 16552667.
HSL color Cylindrical-coordinate representation of color #DB92FC: hue angle of 281.32º degrees, saturation: 0.95, 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 #DB92FC is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 146 | 252 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.01 |
| HSL | 281.32º | 0.95% | 0.78% | - |
| HSV(B) | 281.32º | 0.42% | 0.99% | - |
| XYZ | 57.06 | 42.65 | 97.32 | - |
| YUV | 179.91 | 168.68 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 252 | 0.13 | 0.42 | 0 | 0.01 | 281.32 | 0.95 | 0.78 |
| Hex | DB | 92 | FC | D | 2A | 0 | 1 | 119 | 5F | 4E |
| Octal | 333 | 222 | 374 | 15 | 52 | 0 | 1 | 431 | 137 | 116 |
| Binary | 11011011 | 10010010 | 11111100 | 1101 | 101010 | 0 | 1 | 100011001 | 1011111 | 1001110 |
Color Harmonies of #DB92FC
Complementary color
Monochromatic Colors of #DB92FC
Black with #DB92FC
Text Example
Text Example
White with #DB92FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92FC; }
p { color: rgb(219,146,252); }
H1.HeaderClassName
{
color: #DB92FC;
}
.AnyTagClassName
{
color: #DB92FC;
}
</style>
background-color css
<style>
a { background-color: #DB92FC; }
a { background-color: rgb(219,146,252); }
div.DivClassName
{
background-color: #DB92FC;
}
.BgClassName
{
background-color: #DB92FC;
}
</style>
border-color css
<style>
span { border-color: #DB92FC; }
span { border-color: rgb(219,146,252); }
td.TdClassName
{
border-color: #DB92FC;
}
.TagClassName
{
border-color: #DB92FC;
}
</style>