Shades of Mauve #D694FA
Tints of Mauve #D694FA
RGB
CMYK
RGB Variations
Color information
#D694FA (or 0xD694FA) is known color: Mauve. HEX triplet: D6, 94 and FA. RGB value is (214,148,250). Sum of RGB (Red+Green+Blue) = 214+148+250=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 148 (58.20% from 255 or 24.18% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #D694FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D694FA is #296B05. Grayscale: #B3B3B3. Windows color (decimal): -2714374 or 16422102. OLE color: 16422102.
HSL color Cylindrical-coordinate representation of color #D694FA: hue angle of 278.82º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D694FA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 148 | 250 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.02 |
| HSL | 278.82º | 0.91% | 0.78% | - |
| HSV(B) | 278.82º | 0.41% | 0.98% | - |
| XYZ | 55.58 | 42.38 | 95.69 | - |
| YUV | 179.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 250 | 0.14 | 0.41 | 0 | 0.02 | 278.82 | 0.91 | 0.78 |
| Hex | D6 | 94 | FA | E | 29 | 0 | 2 | 117 | 5B | 4E |
| Octal | 326 | 224 | 372 | 16 | 51 | 0 | 2 | 427 | 133 | 116 |
| Binary | 11010110 | 10010100 | 11111010 | 1110 | 101001 | 0 | 10 | 100010111 | 1011011 | 1001110 |
Color Harmonies of #D694FA
Complementary color
Monochromatic Colors of #D694FA
Black with #D694FA
Text Example
Text Example
White with #D694FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D694FA; }
p { color: rgb(214,148,250); }
H1.HeaderClassName
{
color: #D694FA;
}
.AnyTagClassName
{
color: #D694FA;
}
</style>
background-color css
<style>
a { background-color: #D694FA; }
a { background-color: rgb(214,148,250); }
div.DivClassName
{
background-color: #D694FA;
}
.BgClassName
{
background-color: #D694FA;
}
</style>
border-color css
<style>
span { border-color: #D694FA; }
span { border-color: rgb(214,148,250); }
td.TdClassName
{
border-color: #D694FA;
}
.TagClassName
{
border-color: #D694FA;
}
</style>