Shades of Mauve #D89FFC
Tints of Mauve #D89FFC
RGB
CMYK
RGB Variations
Color information
#D89FFC (or 0xD89FFC) is known color: Mauve. HEX triplet: D8, 9F and FC. RGB value is (216,159,252). Sum of RGB (Red+Green+Blue) = 216+159+252=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #D89FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89FFC is #276003. Grayscale: #BABABA. Windows color (decimal): -2580484 or 16555992. OLE color: 16555992.
HSL color Cylindrical-coordinate representation of color #D89FFC: hue angle of 276.77º 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 #D89FFC is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 159 | 252 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.01 |
| HSL | 276.77º | 0.94% | 0.81% | - |
| HSV(B) | 276.77º | 0.37% | 0.99% | - |
| XYZ | 58.29 | 46.42 | 97.98 | - |
| YUV | 186.65 | 164.88 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 252 | 0.14 | 0.37 | 0 | 0.01 | 276.77 | 0.94 | 0.81 |
| Hex | D8 | 9F | FC | E | 25 | 0 | 1 | 115 | 5E | 51 |
| Octal | 330 | 237 | 374 | 16 | 45 | 0 | 1 | 425 | 136 | 121 |
| Binary | 11011000 | 10011111 | 11111100 | 1110 | 100101 | 0 | 1 | 100010101 | 1011110 | 1010001 |
Color Harmonies of #D89FFC
Complementary color
Monochromatic Colors of #D89FFC
Black with #D89FFC
Text Example
Text Example
White with #D89FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89FFC; }
p { color: rgb(216,159,252); }
H1.HeaderClassName
{
color: #D89FFC;
}
.AnyTagClassName
{
color: #D89FFC;
}
</style>
background-color css
<style>
a { background-color: #D89FFC; }
a { background-color: rgb(216,159,252); }
div.DivClassName
{
background-color: #D89FFC;
}
.BgClassName
{
background-color: #D89FFC;
}
</style>
border-color css
<style>
span { border-color: #D89FFC; }
span { border-color: rgb(216,159,252); }
td.TdClassName
{
border-color: #D89FFC;
}
.TagClassName
{
border-color: #D89FFC;
}
</style>