Shades of Mauve #D696FA
Tints of Mauve #D696FA
RGB
CMYK
RGB Variations
Color information
#D696FA (or 0xD696FA) is known color: Mauve. HEX triplet: D6, 96 and FA. RGB value is (214,150,250). Sum of RGB (Red+Green+Blue) = 214+150+250=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 150 (58.98% from 255 or 24.43% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #D696FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D696FA is #296905. Grayscale: #B4B4B4. Windows color (decimal): -2713862 or 16422614. OLE color: 16422614.
HSL color Cylindrical-coordinate representation of color #D696FA: hue angle of 278.4º 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 #D696FA is Cyan = 0.14, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 150 | 250 | - |
| CMYK | 0.14 | 0.4 | 0 | 0.02 |
| HSL | 278.4º | 0.91% | 0.78% | - |
| HSV(B) | 278.4º | 0.4% | 0.98% | - |
| XYZ | 55.89 | 43.01 | 95.8 | - |
| YUV | 180.54 | 167.2 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 250 | 0.14 | 0.4 | 0 | 0.02 | 278.4 | 0.91 | 0.78 |
| Hex | D6 | 96 | FA | E | 28 | 0 | 2 | 116 | 5B | 4E |
| Octal | 326 | 226 | 372 | 16 | 50 | 0 | 2 | 426 | 133 | 116 |
| Binary | 11010110 | 10010110 | 11111010 | 1110 | 101000 | 0 | 10 | 100010110 | 1011011 | 1001110 |
Color Harmonies of #D696FA
Complementary color
Monochromatic Colors of #D696FA
Black with #D696FA
Text Example
Text Example
White with #D696FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696FA; }
p { color: rgb(214,150,250); }
H1.HeaderClassName
{
color: #D696FA;
}
.AnyTagClassName
{
color: #D696FA;
}
</style>
background-color css
<style>
a { background-color: #D696FA; }
a { background-color: rgb(214,150,250); }
div.DivClassName
{
background-color: #D696FA;
}
.BgClassName
{
background-color: #D696FA;
}
</style>
border-color css
<style>
span { border-color: #D696FA; }
span { border-color: rgb(214,150,250); }
td.TdClassName
{
border-color: #D696FA;
}
.TagClassName
{
border-color: #D696FA;
}
</style>