Shades of Mauve #D297F7
Tints of Mauve #D297F7
RGB
CMYK
RGB Variations
Color information
#D297F7 (or 0xD297F7) is known color: Mauve. HEX triplet: D2, 97 and F7. RGB value is (210,151,247). Sum of RGB (Red+Green+Blue) = 210+151+247=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 151 (59.38% from 255 or 24.84% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 247 - color contains mainly: blue. Hex color #D297F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D297F7 is #2D6808. Grayscale: #B3B3B3. Windows color (decimal): -2975753 or 16226258. OLE color: 16226258.
HSL color Cylindrical-coordinate representation of color #D297F7: hue angle of 276.88º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D297F7 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 151 | 247 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.03 |
| HSL | 276.88º | 0.86% | 0.78% | - |
| HSV(B) | 276.88º | 0.39% | 0.97% | - |
| XYZ | 54.43 | 42.55 | 93.34 | - |
| YUV | 179.59 | 166.05 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 247 | 0.15 | 0.39 | 0 | 0.03 | 276.88 | 0.86 | 0.78 |
| Hex | D2 | 97 | F7 | F | 27 | 0 | 3 | 115 | 56 | 4E |
| Octal | 322 | 227 | 367 | 17 | 47 | 0 | 3 | 425 | 126 | 116 |
| Binary | 11010010 | 10010111 | 11110111 | 1111 | 100111 | 0 | 11 | 100010101 | 1010110 | 1001110 |
Color Harmonies of #D297F7
Complementary color
Monochromatic Colors of #D297F7
Black with #D297F7
Text Example
Text Example
White with #D297F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D297F7; }
p { color: rgb(210,151,247); }
H1.HeaderClassName
{
color: #D297F7;
}
.AnyTagClassName
{
color: #D297F7;
}
</style>
background-color css
<style>
a { background-color: #D297F7; }
a { background-color: rgb(210,151,247); }
div.DivClassName
{
background-color: #D297F7;
}
.BgClassName
{
background-color: #D297F7;
}
</style>
border-color css
<style>
span { border-color: #D297F7; }
span { border-color: rgb(210,151,247); }
td.TdClassName
{
border-color: #D297F7;
}
.TagClassName
{
border-color: #D297F7;
}
</style>