Shades of Mauve #D99BF6
Tints of Mauve #D99BF6
RGB
CMYK
RGB Variations
Color information
#D99BF6 (or 0xD99BF6) is known color: Mauve. HEX triplet: D9, 9B and F6. RGB value is (217,155,246). Sum of RGB (Red+Green+Blue) = 217+155+246=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 155 (60.94% from 255 or 25.08% 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 #D99BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99BF6 is #266409. Grayscale: #B7B7B7. Windows color (decimal): -2515978 or 16161753. OLE color: 16161753.
HSL color Cylindrical-coordinate representation of color #D99BF6: hue angle of 280.88º 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 #D99BF6 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 155 | 246 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.04 |
| HSL | 280.88º | 0.83% | 0.79% | - |
| HSV(B) | 280.88º | 0.37% | 0.96% | - |
| XYZ | 56.97 | 44.85 | 92.84 | - |
| YUV | 183.91 | 163.04 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 246 | 0.12 | 0.37 | 0 | 0.04 | 280.88 | 0.83 | 0.79 |
| Hex | D9 | 9B | F6 | C | 25 | 0 | 4 | 119 | 53 | 4F |
| Octal | 331 | 233 | 366 | 14 | 45 | 0 | 4 | 431 | 123 | 117 |
| Binary | 11011001 | 10011011 | 11110110 | 1100 | 100101 | 0 | 100 | 100011001 | 1010011 | 1001111 |
Color Harmonies of #D99BF6
Complementary color
Monochromatic Colors of #D99BF6
Black with #D99BF6
Text Example
Text Example
White with #D99BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BF6; }
p { color: rgb(217,155,246); }
H1.HeaderClassName
{
color: #D99BF6;
}
.AnyTagClassName
{
color: #D99BF6;
}
</style>
background-color css
<style>
a { background-color: #D99BF6; }
a { background-color: rgb(217,155,246); }
div.DivClassName
{
background-color: #D99BF6;
}
.BgClassName
{
background-color: #D99BF6;
}
</style>
border-color css
<style>
span { border-color: #D99BF6; }
span { border-color: rgb(217,155,246); }
td.TdClassName
{
border-color: #D99BF6;
}
.TagClassName
{
border-color: #D99BF6;
}
</style>