Shades of Mauve #D69FFB
Tints of Mauve #D69FFB
RGB
CMYK
RGB Variations
Color information
#D69FFB (or 0xD69FFB) is known color: Mauve. HEX triplet: D6, 9F and FB. RGB value is (214,159,251). Sum of RGB (Red+Green+Blue) = 214+159+251=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #D69FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69FFB is #296004. Grayscale: #B9B9B9. Windows color (decimal): -2711557 or 16490454. OLE color: 16490454.
HSL color Cylindrical-coordinate representation of color #D69FFB: hue angle of 275.87º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D69FFB is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 159 | 251 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.02 |
| HSL | 275.87º | 0.92% | 0.8% | - |
| HSV(B) | 275.87º | 0.37% | 0.98% | - |
| XYZ | 57.54 | 46.06 | 97.12 | - |
| YUV | 185.93 | 164.72 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 251 | 0.15 | 0.37 | 0 | 0.02 | 275.87 | 0.92 | 0.8 |
| Hex | D6 | 9F | FB | F | 25 | 0 | 2 | 114 | 5C | 50 |
| Octal | 326 | 237 | 373 | 17 | 45 | 0 | 2 | 424 | 134 | 120 |
| Binary | 11010110 | 10011111 | 11111011 | 1111 | 100101 | 0 | 10 | 100010100 | 1011100 | 1010000 |
Color Harmonies of #D69FFB
Complementary color
Monochromatic Colors of #D69FFB
Black with #D69FFB
Text Example
Text Example
White with #D69FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69FFB; }
p { color: rgb(214,159,251); }
H1.HeaderClassName
{
color: #D69FFB;
}
.AnyTagClassName
{
color: #D69FFB;
}
</style>
background-color css
<style>
a { background-color: #D69FFB; }
a { background-color: rgb(214,159,251); }
div.DivClassName
{
background-color: #D69FFB;
}
.BgClassName
{
background-color: #D69FFB;
}
</style>
border-color css
<style>
span { border-color: #D69FFB; }
span { border-color: rgb(214,159,251); }
td.TdClassName
{
border-color: #D69FFB;
}
.TagClassName
{
border-color: #D69FFB;
}
</style>