Shades of Mauve #D696F6
Tints of Mauve #D696F6
RGB
CMYK
RGB Variations
Color information
#D696F6 (or 0xD696F6) is known color: Mauve. HEX triplet: D6, 96 and F6. RGB value is (214,150,246). Sum of RGB (Red+Green+Blue) = 214+150+246=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #D696F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D696F6 is #296909. Grayscale: #B3B3B3. Windows color (decimal): -2713866 or 16160470. OLE color: 16160470.
HSL color Cylindrical-coordinate representation of color #D696F6: hue angle of 280º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D696F6 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 150 | 246 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.04 |
| HSL | 280º | 0.84% | 0.78% | - |
| HSV(B) | 280º | 0.39% | 0.96% | - |
| XYZ | 55.27 | 42.76 | 92.53 | - |
| YUV | 180.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 246 | 0.13 | 0.39 | 0 | 0.04 | 280 | 0.84 | 0.78 |
| Hex | D6 | 96 | F6 | D | 27 | 0 | 4 | 118 | 54 | 4E |
| Octal | 326 | 226 | 366 | 15 | 47 | 0 | 4 | 430 | 124 | 116 |
| Binary | 11010110 | 10010110 | 11110110 | 1101 | 100111 | 0 | 100 | 100011000 | 1010100 | 1001110 |
Color Harmonies of #D696F6
Complementary color
Monochromatic Colors of #D696F6
Black with #D696F6
Text Example
Text Example
White with #D696F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696F6; }
p { color: rgb(214,150,246); }
H1.HeaderClassName
{
color: #D696F6;
}
.AnyTagClassName
{
color: #D696F6;
}
</style>
background-color css
<style>
a { background-color: #D696F6; }
a { background-color: rgb(214,150,246); }
div.DivClassName
{
background-color: #D696F6;
}
.BgClassName
{
background-color: #D696F6;
}
</style>
border-color css
<style>
span { border-color: #D696F6; }
span { border-color: rgb(214,150,246); }
td.TdClassName
{
border-color: #D696F6;
}
.TagClassName
{
border-color: #D696F6;
}
</style>