Shades of Mauve #DB96FE
Tints of Mauve #DB96FE
RGB
CMYK
RGB Variations
Color information
#DB96FE (or 0xDB96FE) is known color: Mauve. HEX triplet: DB, 96 and FE. RGB value is (219,150,254). Sum of RGB (Red+Green+Blue) = 219+150+254=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 150 (58.98% from 255 or 24.08% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB96FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB96FE is #246901. Grayscale: #B6B6B6. Windows color (decimal): -2386178 or 16684763. OLE color: 16684763.
HSL color Cylindrical-coordinate representation of color #DB96FE: hue angle of 279.81º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB96FE is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 150 | 254 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.00 |
| HSL | 279.81º | 0.98% | 0.79% | - |
| HSV(B) | 279.81º | 0.41% | 1% | - |
| XYZ | 58.01 | 44.03 | 99.21 | - |
| YUV | 182.49 | 168.36 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 254 | 0.14 | 0.41 | 0 | 0.00 | 279.81 | 0.98 | 0.79 |
| Hex | DB | 96 | FE | E | 29 | 0 | 0 | 118 | 62 | 4F |
| Octal | 333 | 226 | 376 | 16 | 51 | 0 | 0 | 430 | 142 | 117 |
| Binary | 11011011 | 10010110 | 11111110 | 1110 | 101001 | 0 | 0 | 100011000 | 1100010 | 1001111 |
Color Harmonies of #DB96FE
Complementary color
Monochromatic Colors of #DB96FE
Black with #DB96FE
Text Example
Text Example
White with #DB96FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96FE; }
p { color: rgb(219,150,254); }
H1.HeaderClassName
{
color: #DB96FE;
}
.AnyTagClassName
{
color: #DB96FE;
}
</style>
background-color css
<style>
a { background-color: #DB96FE; }
a { background-color: rgb(219,150,254); }
div.DivClassName
{
background-color: #DB96FE;
}
.BgClassName
{
background-color: #DB96FE;
}
</style>
border-color css
<style>
span { border-color: #DB96FE; }
span { border-color: rgb(219,150,254); }
td.TdClassName
{
border-color: #DB96FE;
}
.TagClassName
{
border-color: #DB96FE;
}
</style>