Shades of Mauve #D695FA
Tints of Mauve #D695FA
RGB
CMYK
RGB Variations
Color information
#D695FA (or 0xD695FA) is known color: Mauve. HEX triplet: D6, 95 and FA. RGB value is (214,149,250). Sum of RGB (Red+Green+Blue) = 214+149+250=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #D695FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D695FA is #296A05. Grayscale: #B3B3B3. Windows color (decimal): -2714118 or 16422358. OLE color: 16422358.
HSL color Cylindrical-coordinate representation of color #D695FA: hue angle of 278.61º 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 #D695FA is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 149 | 250 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.02 |
| HSL | 278.61º | 0.91% | 0.78% | - |
| HSV(B) | 278.61º | 0.4% | 0.98% | - |
| XYZ | 55.73 | 42.69 | 95.75 | - |
| YUV | 179.95 | 167.53 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 250 | 0.14 | 0.40 | 0 | 0.02 | 278.61 | 0.91 | 0.78 |
| Hex | D6 | 95 | FA | E | 28 | 0 | 2 | 117 | 5B | 4E |
| Octal | 326 | 225 | 372 | 16 | 50 | 0 | 2 | 427 | 133 | 116 |
| Binary | 11010110 | 10010101 | 11111010 | 1110 | 101000 | 0 | 10 | 100010111 | 1011011 | 1001110 |
Color Harmonies of #D695FA
Complementary color
Monochromatic Colors of #D695FA
Black with #D695FA
Text Example
Text Example
White with #D695FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D695FA; }
p { color: rgb(214,149,250); }
H1.HeaderClassName
{
color: #D695FA;
}
.AnyTagClassName
{
color: #D695FA;
}
</style>
background-color css
<style>
a { background-color: #D695FA; }
a { background-color: rgb(214,149,250); }
div.DivClassName
{
background-color: #D695FA;
}
.BgClassName
{
background-color: #D695FA;
}
</style>
border-color css
<style>
span { border-color: #D695FA; }
span { border-color: rgb(214,149,250); }
td.TdClassName
{
border-color: #D695FA;
}
.TagClassName
{
border-color: #D695FA;
}
</style>