Shades of Mauve #D298F9
Tints of Mauve #D298F9
RGB
CMYK
RGB Variations
Color information
#D298F9 (or 0xD298F9) is known color: Mauve. HEX triplet: D2, 98 and F9. RGB value is (210,152,249). Sum of RGB (Red+Green+Blue) = 210+152+249=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 152 (59.77% from 255 or 24.88% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #D298F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D298F9 is #2D6706. Grayscale: #B4B4B4. Windows color (decimal): -2975495 or 16357586. OLE color: 16357586.
HSL color Cylindrical-coordinate representation of color #D298F9: hue angle of 275.88º 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 #D298F9 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 152 | 249 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.02 |
| HSL | 275.88º | 0.89% | 0.79% | - |
| HSV(B) | 275.88º | 0.39% | 0.98% | - |
| XYZ | 54.91 | 43 | 95.03 | - |
| YUV | 180.4 | 166.72 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 249 | 0.16 | 0.39 | 0 | 0.02 | 275.88 | 0.89 | 0.79 |
| Hex | D2 | 98 | F9 | 10 | 27 | 0 | 2 | 114 | 59 | 4F |
| Octal | 322 | 230 | 371 | 20 | 47 | 0 | 2 | 424 | 131 | 117 |
| Binary | 11010010 | 10011000 | 11111001 | 10000 | 100111 | 0 | 10 | 100010100 | 1011001 | 1001111 |
Color Harmonies of #D298F9
Complementary color
Monochromatic Colors of #D298F9
Black with #D298F9
Text Example
Text Example
White with #D298F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D298F9; }
p { color: rgb(210,152,249); }
H1.HeaderClassName
{
color: #D298F9;
}
.AnyTagClassName
{
color: #D298F9;
}
</style>
background-color css
<style>
a { background-color: #D298F9; }
a { background-color: rgb(210,152,249); }
div.DivClassName
{
background-color: #D298F9;
}
.BgClassName
{
background-color: #D298F9;
}
</style>
border-color css
<style>
span { border-color: #D298F9; }
span { border-color: rgb(210,152,249); }
td.TdClassName
{
border-color: #D298F9;
}
.TagClassName
{
border-color: #D298F9;
}
</style>