Shades of Mauve #D297F9
Tints of Mauve #D297F9
RGB
CMYK
RGB Variations
Color information
#D297F9 (or 0xD297F9) is known color: Mauve. HEX triplet: D2, 97 and F9. RGB value is (210,151,249). Sum of RGB (Red+Green+Blue) = 210+151+249=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 151 (59.38% from 255 or 24.75% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #D297F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D297F9 is #2D6806. Grayscale: #B3B3B3. Windows color (decimal): -2975751 or 16357330. OLE color: 16357330.
HSL color Cylindrical-coordinate representation of color #D297F9: hue angle of 276.12º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D297F9 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 151 | 249 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.02 |
| HSL | 276.12º | 0.89% | 0.78% | - |
| HSV(B) | 276.12º | 0.39% | 0.98% | - |
| XYZ | 54.74 | 42.67 | 94.97 | - |
| YUV | 179.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 249 | 0.16 | 0.39 | 0 | 0.02 | 276.12 | 0.89 | 0.78 |
| Hex | D2 | 97 | F9 | 10 | 27 | 0 | 2 | 114 | 59 | 4E |
| Octal | 322 | 227 | 371 | 20 | 47 | 0 | 2 | 424 | 131 | 116 |
| Binary | 11010010 | 10010111 | 11111001 | 10000 | 100111 | 0 | 10 | 100010100 | 1011001 | 1001110 |
Color Harmonies of #D297F9
Complementary color
Monochromatic Colors of #D297F9
Black with #D297F9
Text Example
Text Example
White with #D297F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D297F9; }
p { color: rgb(210,151,249); }
H1.HeaderClassName
{
color: #D297F9;
}
.AnyTagClassName
{
color: #D297F9;
}
</style>
background-color css
<style>
a { background-color: #D297F9; }
a { background-color: rgb(210,151,249); }
div.DivClassName
{
background-color: #D297F9;
}
.BgClassName
{
background-color: #D297F9;
}
</style>
border-color css
<style>
span { border-color: #D297F9; }
span { border-color: rgb(210,151,249); }
td.TdClassName
{
border-color: #D297F9;
}
.TagClassName
{
border-color: #D297F9;
}
</style>