Shades of Mauve #D296F7
Tints of Mauve #D296F7
RGB
CMYK
RGB Variations
Color information
#D296F7 (or 0xD296F7) is known color: Mauve. HEX triplet: D2, 96 and F7. RGB value is (210,150,247). Sum of RGB (Red+Green+Blue) = 210+150+247=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #D296F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D296F7 is #2D6908. Grayscale: #B2B2B2. Windows color (decimal): -2976009 or 16226002. OLE color: 16226002.
HSL color Cylindrical-coordinate representation of color #D296F7: hue angle of 277.11º 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 #D296F7 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 150 | 247 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.03 |
| HSL | 277.11º | 0.86% | 0.78% | - |
| HSV(B) | 277.11º | 0.39% | 0.97% | - |
| XYZ | 54.27 | 42.23 | 93.29 | - |
| YUV | 179 | 166.38 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 247 | 0.15 | 0.39 | 0 | 0.03 | 277.11 | 0.86 | 0.78 |
| Hex | D2 | 96 | F7 | F | 27 | 0 | 3 | 115 | 56 | 4E |
| Octal | 322 | 226 | 367 | 17 | 47 | 0 | 3 | 425 | 126 | 116 |
| Binary | 11010010 | 10010110 | 11110111 | 1111 | 100111 | 0 | 11 | 100010101 | 1010110 | 1001110 |
Color Harmonies of #D296F7
Complementary color
Monochromatic Colors of #D296F7
Black with #D296F7
Text Example
Text Example
White with #D296F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296F7; }
p { color: rgb(210,150,247); }
H1.HeaderClassName
{
color: #D296F7;
}
.AnyTagClassName
{
color: #D296F7;
}
</style>
background-color css
<style>
a { background-color: #D296F7; }
a { background-color: rgb(210,150,247); }
div.DivClassName
{
background-color: #D296F7;
}
.BgClassName
{
background-color: #D296F7;
}
</style>
border-color css
<style>
span { border-color: #D296F7; }
span { border-color: rgb(210,150,247); }
td.TdClassName
{
border-color: #D296F7;
}
.TagClassName
{
border-color: #D296F7;
}
</style>