Shades of Mauve #D096FA
Tints of Mauve #D096FA
RGB
CMYK
RGB Variations
Color information
#D096FA (or 0xD096FA) is known color: Mauve. HEX triplet: D0, 96 and FA. RGB value is (208,150,250). Sum of RGB (Red+Green+Blue) = 208+150+250=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 150 (58.98% from 255 or 24.67% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #D096FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D096FA is #2F6905. Grayscale: #B2B2B2. Windows color (decimal): -3107078 or 16422608. OLE color: 16422608.
HSL color Cylindrical-coordinate representation of color #D096FA: hue angle of 274.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D096FA is Cyan = 0.17, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 150 | 250 | - |
| CMYK | 0.17 | 0.4 | 0 | 0.02 |
| HSL | 274.8º | 0.91% | 0.78% | - |
| HSV(B) | 274.8º | 0.4% | 0.98% | - |
| XYZ | 54.17 | 42.12 | 95.72 | - |
| YUV | 178.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 250 | 0.17 | 0.4 | 0 | 0.02 | 274.8 | 0.91 | 0.78 |
| Hex | D0 | 96 | FA | 11 | 28 | 0 | 2 | 113 | 5B | 4E |
| Octal | 320 | 226 | 372 | 21 | 50 | 0 | 2 | 423 | 133 | 116 |
| Binary | 11010000 | 10010110 | 11111010 | 10001 | 101000 | 0 | 10 | 100010011 | 1011011 | 1001110 |
Color Harmonies of #D096FA
Complementary color
Monochromatic Colors of #D096FA
Black with #D096FA
Text Example
Text Example
White with #D096FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D096FA; }
p { color: rgb(208,150,250); }
H1.HeaderClassName
{
color: #D096FA;
}
.AnyTagClassName
{
color: #D096FA;
}
</style>
background-color css
<style>
a { background-color: #D096FA; }
a { background-color: rgb(208,150,250); }
div.DivClassName
{
background-color: #D096FA;
}
.BgClassName
{
background-color: #D096FA;
}
</style>
border-color css
<style>
span { border-color: #D096FA; }
span { border-color: rgb(208,150,250); }
td.TdClassName
{
border-color: #D096FA;
}
.TagClassName
{
border-color: #D096FA;
}
</style>