Shades of Mauve #D89FF1
Tints of Mauve #D89FF1
RGB
CMYK
RGB Variations
Color information
#D89FF1 (or 0xD89FF1) is known color: Mauve. HEX triplet: D8, 9F and F1. RGB value is (216,159,241). Sum of RGB (Red+Green+Blue) = 216+159+241=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #D89FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89FF1 is #27600E. Grayscale: #B9B9B9. Windows color (decimal): -2580495 or 15835096. OLE color: 15835096.
HSL color Cylindrical-coordinate representation of color #D89FF1: hue angle of 281.71º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D89FF1 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 159 | 241 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.05 |
| HSL | 281.71º | 0.75% | 0.78% | - |
| HSV(B) | 281.71º | 0.34% | 0.95% | - |
| XYZ | 56.59 | 45.75 | 89.07 | - |
| YUV | 185.39 | 159.38 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 241 | 0.10 | 0.34 | 0 | 0.05 | 281.71 | 0.75 | 0.78 |
| Hex | D8 | 9F | F1 | A | 22 | 0 | 5 | 11A | 4B | 4E |
| Octal | 330 | 237 | 361 | 12 | 42 | 0 | 5 | 432 | 113 | 116 |
| Binary | 11011000 | 10011111 | 11110001 | 1010 | 100010 | 0 | 101 | 100011010 | 1001011 | 1001110 |
Color Harmonies of #D89FF1
Complementary color
Monochromatic Colors of #D89FF1
Black with #D89FF1
Text Example
Text Example
White with #D89FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89FF1; }
p { color: rgb(216,159,241); }
H1.HeaderClassName
{
color: #D89FF1;
}
.AnyTagClassName
{
color: #D89FF1;
}
</style>
background-color css
<style>
a { background-color: #D89FF1; }
a { background-color: rgb(216,159,241); }
div.DivClassName
{
background-color: #D89FF1;
}
.BgClassName
{
background-color: #D89FF1;
}
</style>
border-color css
<style>
span { border-color: #D89FF1; }
span { border-color: rgb(216,159,241); }
td.TdClassName
{
border-color: #D89FF1;
}
.TagClassName
{
border-color: #D89FF1;
}
</style>