Shades of Mauve #D699F7
Tints of Mauve #D699F7
RGB
CMYK
RGB Variations
Color information
#D699F7 (or 0xD699F7) is known color: Mauve. HEX triplet: D6, 99 and F7. RGB value is (214,153,247). Sum of RGB (Red+Green+Blue) = 214+153+247=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 247 (96.88% from 255 or 40.23% from 614); Max value from RGB is 247 - color contains mainly: blue. Hex color #D699F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699F7 is #296608. Grayscale: #B5B5B5. Windows color (decimal): -2713097 or 16226774. OLE color: 16226774.
HSL color Cylindrical-coordinate representation of color #D699F7: hue angle of 278.94º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D699F7 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 153 | 247 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.03 |
| HSL | 278.94º | 0.85% | 0.78% | - |
| HSV(B) | 278.94º | 0.38% | 0.97% | - |
| XYZ | 55.91 | 43.79 | 93.5 | - |
| YUV | 181.96 | 164.71 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 247 | 0.13 | 0.38 | 0 | 0.03 | 278.94 | 0.85 | 0.78 |
| Hex | D6 | 99 | F7 | D | 26 | 0 | 3 | 117 | 55 | 4E |
| Octal | 326 | 231 | 367 | 15 | 46 | 0 | 3 | 427 | 125 | 116 |
| Binary | 11010110 | 10011001 | 11110111 | 1101 | 100110 | 0 | 11 | 100010111 | 1010101 | 1001110 |
Color Harmonies of #D699F7
Complementary color
Monochromatic Colors of #D699F7
Black with #D699F7
Text Example
Text Example
White with #D699F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699F7; }
p { color: rgb(214,153,247); }
H1.HeaderClassName
{
color: #D699F7;
}
.AnyTagClassName
{
color: #D699F7;
}
</style>
background-color css
<style>
a { background-color: #D699F7; }
a { background-color: rgb(214,153,247); }
div.DivClassName
{
background-color: #D699F7;
}
.BgClassName
{
background-color: #D699F7;
}
</style>
border-color css
<style>
span { border-color: #D699F7; }
span { border-color: rgb(214,153,247); }
td.TdClassName
{
border-color: #D699F7;
}
.TagClassName
{
border-color: #D699F7;
}
</style>