Shades of Mauve #D89CF6
Tints of Mauve #D89CF6
RGB
CMYK
RGB Variations
Color information
#D89CF6 (or 0xD89CF6) is known color: Mauve. HEX triplet: D8, 9C and F6. RGB value is (216,156,246). Sum of RGB (Red+Green+Blue) = 216+156+246=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #D89CF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89CF6 is #276309. Grayscale: #B7B7B7. Windows color (decimal): -2581258 or 16162008. OLE color: 16162008.
HSL color Cylindrical-coordinate representation of color #D89CF6: hue angle of 280º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D89CF6 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 156 | 246 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.04 |
| HSL | 280º | 0.83% | 0.79% | - |
| HSV(B) | 280º | 0.37% | 0.96% | - |
| XYZ | 56.84 | 45.03 | 92.88 | - |
| YUV | 184.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 246 | 0.12 | 0.37 | 0 | 0.04 | 280 | 0.83 | 0.79 |
| Hex | D8 | 9C | F6 | C | 25 | 0 | 4 | 118 | 53 | 4F |
| Octal | 330 | 234 | 366 | 14 | 45 | 0 | 4 | 430 | 123 | 117 |
| Binary | 11011000 | 10011100 | 11110110 | 1100 | 100101 | 0 | 100 | 100011000 | 1010011 | 1001111 |
Color Harmonies of #D89CF6
Complementary color
Monochromatic Colors of #D89CF6
Black with #D89CF6
Text Example
Text Example
White with #D89CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89CF6; }
p { color: rgb(216,156,246); }
H1.HeaderClassName
{
color: #D89CF6;
}
.AnyTagClassName
{
color: #D89CF6;
}
</style>
background-color css
<style>
a { background-color: #D89CF6; }
a { background-color: rgb(216,156,246); }
div.DivClassName
{
background-color: #D89CF6;
}
.BgClassName
{
background-color: #D89CF6;
}
</style>
border-color css
<style>
span { border-color: #D89CF6; }
span { border-color: rgb(216,156,246); }
td.TdClassName
{
border-color: #D89CF6;
}
.TagClassName
{
border-color: #D89CF6;
}
</style>