Shades of Mauve #D399F9
Tints of Mauve #D399F9
RGB
CMYK
RGB Variations
Color information
#D399F9 (or 0xD399F9) is known color: Mauve. HEX triplet: D3, 99 and F9. RGB value is (211,153,249). Sum of RGB (Red+Green+Blue) = 211+153+249=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 153 (60.16% from 255 or 24.96% 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 #D399F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D399F9 is #2C6606. Grayscale: #B4B4B4. Windows color (decimal): -2909703 or 16357843. OLE color: 16357843.
HSL color Cylindrical-coordinate representation of color #D399F9: hue angle of 276.25º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D399F9 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 153 | 249 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.02 |
| HSL | 276.25º | 0.89% | 0.79% | - |
| HSV(B) | 276.25º | 0.39% | 0.98% | - |
| XYZ | 55.35 | 43.47 | 95.1 | - |
| YUV | 181.29 | 166.22 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 249 | 0.15 | 0.39 | 0 | 0.02 | 276.25 | 0.89 | 0.79 |
| Hex | D3 | 99 | F9 | F | 27 | 0 | 2 | 114 | 59 | 4F |
| Octal | 323 | 231 | 371 | 17 | 47 | 0 | 2 | 424 | 131 | 117 |
| Binary | 11010011 | 10011001 | 11111001 | 1111 | 100111 | 0 | 10 | 100010100 | 1011001 | 1001111 |
Color Harmonies of #D399F9
Complementary color
Monochromatic Colors of #D399F9
Black with #D399F9
Text Example
Text Example
White with #D399F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399F9; }
p { color: rgb(211,153,249); }
H1.HeaderClassName
{
color: #D399F9;
}
.AnyTagClassName
{
color: #D399F9;
}
</style>
background-color css
<style>
a { background-color: #D399F9; }
a { background-color: rgb(211,153,249); }
div.DivClassName
{
background-color: #D399F9;
}
.BgClassName
{
background-color: #D399F9;
}
</style>
border-color css
<style>
span { border-color: #D399F9; }
span { border-color: rgb(211,153,249); }
td.TdClassName
{
border-color: #D399F9;
}
.TagClassName
{
border-color: #D399F9;
}
</style>