Shades of Mauve #D694FF
Tints of Mauve #D694FF
RGB
CMYK
RGB Variations
Color information
#D694FF (or 0xD694FF) is known color: Mauve. HEX triplet: D6, 94 and FF. RGB value is (214,148,255). Sum of RGB (Red+Green+Blue) = 214+148+255=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 148 (58.20% from 255 or 23.99% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #D694FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D694FF is #296B00. Grayscale: #B3B3B3. Windows color (decimal): -2714369 or 16749782. OLE color: 16749782.
HSL color Cylindrical-coordinate representation of color #D694FF: hue angle of 277.01º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D694FF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 148 | 255 | - |
| CMYK | 0.16 | 0.42 | 0 | 0 |
| HSL | 277.01º | 1% | 0.79% | - |
| HSV(B) | 277.01º | 0.42% | 1% | - |
| XYZ | 56.37 | 42.7 | 99.88 | - |
| YUV | 179.93 | 170.37 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 255 | 0.16 | 0.42 | 0 | 0 | 277.01 | 1 | 0.79 |
| Hex | D6 | 94 | FF | 10 | 2A | 0 | 0 | 115 | 64 | 4F |
| Octal | 326 | 224 | 377 | 20 | 52 | 0 | 0 | 425 | 144 | 117 |
| Binary | 11010110 | 10010100 | 11111111 | 10000 | 101010 | 0 | 0 | 100010101 | 1100100 | 1001111 |
Color Harmonies of #D694FF
Complementary color
Monochromatic Colors of #D694FF
Black with #D694FF
Text Example
Text Example
White with #D694FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D694FF; }
p { color: rgb(214,148,255); }
H1.HeaderClassName
{
color: #D694FF;
}
.AnyTagClassName
{
color: #D694FF;
}
</style>
background-color css
<style>
a { background-color: #D694FF; }
a { background-color: rgb(214,148,255); }
div.DivClassName
{
background-color: #D694FF;
}
.BgClassName
{
background-color: #D694FF;
}
</style>
border-color css
<style>
span { border-color: #D694FF; }
span { border-color: rgb(214,148,255); }
td.TdClassName
{
border-color: #D694FF;
}
.TagClassName
{
border-color: #D694FF;
}
</style>