Shades of Mauve #D69FFC
Tints of Mauve #D69FFC
RGB
CMYK
RGB Variations
Color information
#D69FFC (or 0xD69FFC) is known color: Mauve. HEX triplet: D6, 9F and FC. RGB value is (214,159,252). Sum of RGB (Red+Green+Blue) = 214+159+252=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #D69FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69FFC is #296003. Grayscale: #B9B9B9. Windows color (decimal): -2711556 or 16555990. OLE color: 16555990.
HSL color Cylindrical-coordinate representation of color #D69FFC: hue angle of 275.48º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D69FFC is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 159 | 252 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.01 |
| HSL | 275.48º | 0.94% | 0.81% | - |
| HSV(B) | 275.48º | 0.37% | 0.99% | - |
| XYZ | 57.7 | 46.12 | 97.96 | - |
| YUV | 186.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 252 | 0.15 | 0.37 | 0 | 0.01 | 275.48 | 0.94 | 0.81 |
| Hex | D6 | 9F | FC | F | 25 | 0 | 1 | 113 | 5E | 51 |
| Octal | 326 | 237 | 374 | 17 | 45 | 0 | 1 | 423 | 136 | 121 |
| Binary | 11010110 | 10011111 | 11111100 | 1111 | 100101 | 0 | 1 | 100010011 | 1011110 | 1010001 |
Color Harmonies of #D69FFC
Complementary color
Monochromatic Colors of #D69FFC
Black with #D69FFC
Text Example
Text Example
White with #D69FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69FFC; }
p { color: rgb(214,159,252); }
H1.HeaderClassName
{
color: #D69FFC;
}
.AnyTagClassName
{
color: #D69FFC;
}
</style>
background-color css
<style>
a { background-color: #D69FFC; }
a { background-color: rgb(214,159,252); }
div.DivClassName
{
background-color: #D69FFC;
}
.BgClassName
{
background-color: #D69FFC;
}
</style>
border-color css
<style>
span { border-color: #D69FFC; }
span { border-color: rgb(214,159,252); }
td.TdClassName
{
border-color: #D69FFC;
}
.TagClassName
{
border-color: #D69FFC;
}
</style>