Shades of Mauve #D993F9
Tints of Mauve #D993F9
RGB
CMYK
RGB Variations
Color information
#D993F9 (or 0xD993F9) is known color: Mauve. HEX triplet: D9, 93 and F9. RGB value is (217,147,249). Sum of RGB (Red+Green+Blue) = 217+147+249=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #D993F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D993F9 is #266C06. Grayscale: #B3B3B3. Windows color (decimal): -2518023 or 16356313. OLE color: 16356313.
HSL color Cylindrical-coordinate representation of color #D993F9: hue angle of 281.18º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D993F9 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 147 | 249 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.02 |
| HSL | 281.18º | 0.89% | 0.78% | - |
| HSV(B) | 281.18º | 0.41% | 0.98% | - |
| XYZ | 56.15 | 42.46 | 94.86 | - |
| YUV | 179.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 249 | 0.13 | 0.41 | 0 | 0.02 | 281.18 | 0.89 | 0.78 |
| Hex | D9 | 93 | F9 | D | 29 | 0 | 2 | 119 | 59 | 4E |
| Octal | 331 | 223 | 371 | 15 | 51 | 0 | 2 | 431 | 131 | 116 |
| Binary | 11011001 | 10010011 | 11111001 | 1101 | 101001 | 0 | 10 | 100011001 | 1011001 | 1001110 |
Color Harmonies of #D993F9
Complementary color
Monochromatic Colors of #D993F9
Black with #D993F9
Text Example
Text Example
White with #D993F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D993F9; }
p { color: rgb(217,147,249); }
H1.HeaderClassName
{
color: #D993F9;
}
.AnyTagClassName
{
color: #D993F9;
}
</style>
background-color css
<style>
a { background-color: #D993F9; }
a { background-color: rgb(217,147,249); }
div.DivClassName
{
background-color: #D993F9;
}
.BgClassName
{
background-color: #D993F9;
}
</style>
border-color css
<style>
span { border-color: #D993F9; }
span { border-color: rgb(217,147,249); }
td.TdClassName
{
border-color: #D993F9;
}
.TagClassName
{
border-color: #D993F9;
}
</style>