Shades of Mauve #D89CFC
Tints of Mauve #D89CFC
RGB
CMYK
RGB Variations
Color information
#D89CFC (or 0xD89CFC) is known color: Mauve. HEX triplet: D8, 9C and FC. RGB value is (216,156,252). Sum of RGB (Red+Green+Blue) = 216+156+252=624 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.62% from 624); Green value is 156 (61.33% from 255 or 25% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #D89CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89CFC is #276303. Grayscale: #B8B8B8. Windows color (decimal): -2581252 or 16555224. OLE color: 16555224.
HSL color Cylindrical-coordinate representation of color #D89CFC: hue angle of 277.5º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D89CFC is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 156 | 252 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.01 |
| HSL | 277.5º | 0.94% | 0.8% | - |
| HSV(B) | 277.5º | 0.38% | 0.99% | - |
| XYZ | 57.78 | 45.4 | 97.81 | - |
| YUV | 184.88 | 165.88 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 252 | 0.14 | 0.38 | 0 | 0.01 | 277.5 | 0.94 | 0.8 |
| Hex | D8 | 9C | FC | E | 26 | 0 | 1 | 116 | 5E | 50 |
| Octal | 330 | 234 | 374 | 16 | 46 | 0 | 1 | 426 | 136 | 120 |
| Binary | 11011000 | 10011100 | 11111100 | 1110 | 100110 | 0 | 1 | 100010110 | 1011110 | 1010000 |
Color Harmonies of #D89CFC
Complementary color
Monochromatic Colors of #D89CFC
Black with #D89CFC
Text Example
Text Example
White with #D89CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89CFC; }
p { color: rgb(216,156,252); }
H1.HeaderClassName
{
color: #D89CFC;
}
.AnyTagClassName
{
color: #D89CFC;
}
</style>
background-color css
<style>
a { background-color: #D89CFC; }
a { background-color: rgb(216,156,252); }
div.DivClassName
{
background-color: #D89CFC;
}
.BgClassName
{
background-color: #D89CFC;
}
</style>
border-color css
<style>
span { border-color: #D89CFC; }
span { border-color: rgb(216,156,252); }
td.TdClassName
{
border-color: #D89CFC;
}
.TagClassName
{
border-color: #D89CFC;
}
</style>