Shades of Mauve #D69EF2
Tints of Mauve #D69EF2
RGB
CMYK
RGB Variations
Color information
#D69EF2 (or 0xD69EF2) is known color: Mauve. HEX triplet: D6, 9E and F2. RGB value is (214,158,242). Sum of RGB (Red+Green+Blue) = 214+158+242=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #D69EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69EF2 is #29610D. Grayscale: #B8B8B8. Windows color (decimal): -2711822 or 15900374. OLE color: 15900374.
HSL color Cylindrical-coordinate representation of color #D69EF2: hue angle of 280º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D69EF2 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 158 | 242 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.05 |
| HSL | 280º | 0.76% | 0.78% | - |
| HSV(B) | 280º | 0.35% | 0.95% | - |
| XYZ | 55.99 | 45.16 | 89.77 | - |
| YUV | 184.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 242 | 0.12 | 0.35 | 0 | 0.05 | 280 | 0.76 | 0.78 |
| Hex | D6 | 9E | F2 | C | 23 | 0 | 5 | 118 | 4C | 4E |
| Octal | 326 | 236 | 362 | 14 | 43 | 0 | 5 | 430 | 114 | 116 |
| Binary | 11010110 | 10011110 | 11110010 | 1100 | 100011 | 0 | 101 | 100011000 | 1001100 | 1001110 |
Color Harmonies of #D69EF2
Complementary color
Monochromatic Colors of #D69EF2
Black with #D69EF2
Text Example
Text Example
White with #D69EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69EF2; }
p { color: rgb(214,158,242); }
H1.HeaderClassName
{
color: #D69EF2;
}
.AnyTagClassName
{
color: #D69EF2;
}
</style>
background-color css
<style>
a { background-color: #D69EF2; }
a { background-color: rgb(214,158,242); }
div.DivClassName
{
background-color: #D69EF2;
}
.BgClassName
{
background-color: #D69EF2;
}
</style>
border-color css
<style>
span { border-color: #D69EF2; }
span { border-color: rgb(214,158,242); }
td.TdClassName
{
border-color: #D69EF2;
}
.TagClassName
{
border-color: #D69EF2;
}
</style>