Shades of Mauve #D99DF1
Tints of Mauve #D99DF1
RGB
CMYK
RGB Variations
Color information
#D99DF1 (or 0xD99DF1) is known color: Mauve. HEX triplet: D9, 9D and F1. RGB value is (217,157,241). Sum of RGB (Red+Green+Blue) = 217+157+241=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 157 (61.72% from 255 or 25.53% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #D99DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99DF1 is #26620E. Grayscale: #B8B8B8. Windows color (decimal): -2515471 or 15834585. OLE color: 15834585.
HSL color Cylindrical-coordinate representation of color #D99DF1: hue angle of 282.86º degrees, saturation: 0.75, 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 #D99DF1 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 157 | 241 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.05 |
| HSL | 282.86º | 0.75% | 0.78% | - |
| HSV(B) | 282.86º | 0.35% | 0.95% | - |
| XYZ | 56.55 | 45.22 | 88.97 | - |
| YUV | 184.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 241 | 0.10 | 0.35 | 0 | 0.05 | 282.86 | 0.75 | 0.78 |
| Hex | D9 | 9D | F1 | A | 23 | 0 | 5 | 11B | 4B | 4E |
| Octal | 331 | 235 | 361 | 12 | 43 | 0 | 5 | 433 | 113 | 116 |
| Binary | 11011001 | 10011101 | 11110001 | 1010 | 100011 | 0 | 101 | 100011011 | 1001011 | 1001110 |
Color Harmonies of #D99DF1
Complementary color
Monochromatic Colors of #D99DF1
Black with #D99DF1
Text Example
Text Example
White with #D99DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99DF1; }
p { color: rgb(217,157,241); }
H1.HeaderClassName
{
color: #D99DF1;
}
.AnyTagClassName
{
color: #D99DF1;
}
</style>
background-color css
<style>
a { background-color: #D99DF1; }
a { background-color: rgb(217,157,241); }
div.DivClassName
{
background-color: #D99DF1;
}
.BgClassName
{
background-color: #D99DF1;
}
</style>
border-color css
<style>
span { border-color: #D99DF1; }
span { border-color: rgb(217,157,241); }
td.TdClassName
{
border-color: #D99DF1;
}
.TagClassName
{
border-color: #D99DF1;
}
</style>