Shades of Mauve #D89EF2
Tints of Mauve #D89EF2
RGB
CMYK
RGB Variations
Color information
#D89EF2 (or 0xD89EF2) is known color: Mauve. HEX triplet: D8, 9E and F2. RGB value is (216,158,242). Sum of RGB (Red+Green+Blue) = 216+158+242=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #D89EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89EF2 is #27610D. Grayscale: #B8B8B8. Windows color (decimal): -2580750 or 15900376. OLE color: 15900376.
HSL color Cylindrical-coordinate representation of color #D89EF2: hue angle of 281.43º 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 #D89EF2 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 158 | 242 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.05 |
| HSL | 281.43º | 0.76% | 0.78% | - |
| HSV(B) | 281.43º | 0.35% | 0.95% | - |
| XYZ | 56.57 | 45.46 | 89.8 | - |
| YUV | 184.92 | 160.22 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 242 | 0.11 | 0.35 | 0 | 0.05 | 281.43 | 0.76 | 0.78 |
| Hex | D8 | 9E | F2 | B | 23 | 0 | 5 | 119 | 4C | 4E |
| Octal | 330 | 236 | 362 | 13 | 43 | 0 | 5 | 431 | 114 | 116 |
| Binary | 11011000 | 10011110 | 11110010 | 1011 | 100011 | 0 | 101 | 100011001 | 1001100 | 1001110 |
Color Harmonies of #D89EF2
Complementary color
Monochromatic Colors of #D89EF2
Black with #D89EF2
Text Example
Text Example
White with #D89EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89EF2; }
p { color: rgb(216,158,242); }
H1.HeaderClassName
{
color: #D89EF2;
}
.AnyTagClassName
{
color: #D89EF2;
}
</style>
background-color css
<style>
a { background-color: #D89EF2; }
a { background-color: rgb(216,158,242); }
div.DivClassName
{
background-color: #D89EF2;
}
.BgClassName
{
background-color: #D89EF2;
}
</style>
border-color css
<style>
span { border-color: #D89EF2; }
span { border-color: rgb(216,158,242); }
td.TdClassName
{
border-color: #D89EF2;
}
.TagClassName
{
border-color: #D89EF2;
}
</style>