Shades of Mauve #D99FFD
Tints of Mauve #D99FFD
RGB
CMYK
RGB Variations
Color information
#D99FFD (or 0xD99FFD) is known color: Mauve. HEX triplet: D9, 9F and FD. RGB value is (217,159,253). Sum of RGB (Red+Green+Blue) = 217+159+253=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #D99FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99FFD is #266002. Grayscale: #BABABA. Windows color (decimal): -2514947 or 16621529. OLE color: 16621529.
HSL color Cylindrical-coordinate representation of color #D99FFD: hue angle of 277.02º degrees, saturation: 0.96, 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 #D99FFD is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 159 | 253 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.01 |
| HSL | 277.02º | 0.96% | 0.81% | - |
| HSV(B) | 277.02º | 0.37% | 0.99% | - |
| XYZ | 58.74 | 46.64 | 98.83 | - |
| YUV | 187.06 | 165.22 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 253 | 0.14 | 0.37 | 0 | 0.01 | 277.02 | 0.96 | 0.81 |
| Hex | D9 | 9F | FD | E | 25 | 0 | 1 | 115 | 60 | 51 |
| Octal | 331 | 237 | 375 | 16 | 45 | 0 | 1 | 425 | 140 | 121 |
| Binary | 11011001 | 10011111 | 11111101 | 1110 | 100101 | 0 | 1 | 100010101 | 1100000 | 1010001 |
Color Harmonies of #D99FFD
Complementary color
Monochromatic Colors of #D99FFD
Black with #D99FFD
Text Example
Text Example
White with #D99FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99FFD; }
p { color: rgb(217,159,253); }
H1.HeaderClassName
{
color: #D99FFD;
}
.AnyTagClassName
{
color: #D99FFD;
}
</style>
background-color css
<style>
a { background-color: #D99FFD; }
a { background-color: rgb(217,159,253); }
div.DivClassName
{
background-color: #D99FFD;
}
.BgClassName
{
background-color: #D99FFD;
}
</style>
border-color css
<style>
span { border-color: #D99FFD; }
span { border-color: rgb(217,159,253); }
td.TdClassName
{
border-color: #D99FFD;
}
.TagClassName
{
border-color: #D99FFD;
}
</style>