Shades of Mauve #D699F9
Tints of Mauve #D699F9
RGB
CMYK
RGB Variations
Color information
#D699F9 (or 0xD699F9) is known color: Mauve. HEX triplet: D6, 99 and F9. RGB value is (214,153,249). Sum of RGB (Red+Green+Blue) = 214+153+249=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #D699F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699F9 is #296606. Grayscale: #B5B5B5. Windows color (decimal): -2713095 or 16357846. OLE color: 16357846.
HSL color Cylindrical-coordinate representation of color #D699F9: hue angle of 278.12º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D699F9 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 153 | 249 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.02 |
| HSL | 278.13º | 0.89% | 0.79% | - |
| HSV(B) | 278.13º | 0.39% | 0.98% | - |
| XYZ | 56.22 | 43.92 | 95.14 | - |
| YUV | 182.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 249 | 0.14 | 0.39 | 0 | 0.02 | 278.13 | 0.89 | 0.79 |
| Hex | D6 | 99 | F9 | E | 27 | 0 | 2 | 116 | 59 | 4F |
| Octal | 326 | 231 | 371 | 16 | 47 | 0 | 2 | 426 | 131 | 117 |
| Binary | 11010110 | 10011001 | 11111001 | 1110 | 100111 | 0 | 10 | 100010110 | 1011001 | 1001111 |
Color Harmonies of #D699F9
Complementary color
Monochromatic Colors of #D699F9
Black with #D699F9
Text Example
Text Example
White with #D699F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699F9; }
p { color: rgb(214,153,249); }
H1.HeaderClassName
{
color: #D699F9;
}
.AnyTagClassName
{
color: #D699F9;
}
</style>
background-color css
<style>
a { background-color: #D699F9; }
a { background-color: rgb(214,153,249); }
div.DivClassName
{
background-color: #D699F9;
}
.BgClassName
{
background-color: #D699F9;
}
</style>
border-color css
<style>
span { border-color: #D699F9; }
span { border-color: rgb(214,153,249); }
td.TdClassName
{
border-color: #D699F9;
}
.TagClassName
{
border-color: #D699F9;
}
</style>