Shades of Mauve #D692FA
Tints of Mauve #D692FA
RGB
CMYK
RGB Variations
Color information
#D692FA (or 0xD692FA) is known color: Mauve. HEX triplet: D6, 92 and FA. RGB value is (214,146,250). Sum of RGB (Red+Green+Blue) = 214+146+250=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 146 (57.42% from 255 or 23.93% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #D692FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D692FA is #296D05. Grayscale: #B1B1B1. Windows color (decimal): -2714886 or 16421590. OLE color: 16421590.
HSL color Cylindrical-coordinate representation of color #D692FA: hue angle of 279.23º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D692FA is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 146 | 250 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.02 |
| HSL | 279.23º | 0.91% | 0.78% | - |
| HSV(B) | 279.23º | 0.42% | 0.98% | - |
| XYZ | 55.27 | 41.76 | 95.59 | - |
| YUV | 178.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 250 | 0.14 | 0.42 | 0 | 0.02 | 279.23 | 0.91 | 0.78 |
| Hex | D6 | 92 | FA | E | 2A | 0 | 2 | 117 | 5B | 4E |
| Octal | 326 | 222 | 372 | 16 | 52 | 0 | 2 | 427 | 133 | 116 |
| Binary | 11010110 | 10010010 | 11111010 | 1110 | 101010 | 0 | 10 | 100010111 | 1011011 | 1001110 |
Color Harmonies of #D692FA
Complementary color
Monochromatic Colors of #D692FA
Black with #D692FA
Text Example
Text Example
White with #D692FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D692FA; }
p { color: rgb(214,146,250); }
H1.HeaderClassName
{
color: #D692FA;
}
.AnyTagClassName
{
color: #D692FA;
}
</style>
background-color css
<style>
a { background-color: #D692FA; }
a { background-color: rgb(214,146,250); }
div.DivClassName
{
background-color: #D692FA;
}
.BgClassName
{
background-color: #D692FA;
}
</style>
border-color css
<style>
span { border-color: #D692FA; }
span { border-color: rgb(214,146,250); }
td.TdClassName
{
border-color: #D692FA;
}
.TagClassName
{
border-color: #D692FA;
}
</style>