Shades of Mauve #D296FB
Tints of Mauve #D296FB
RGB
CMYK
RGB Variations
Color information
#D296FB (or 0xD296FB) is known color: Mauve. HEX triplet: D2, 96 and FB. RGB value is (210,150,251). Sum of RGB (Red+Green+Blue) = 210+150+251=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #D296FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D296FB is #2D6904. Grayscale: #B3B3B3. Windows color (decimal): -2976005 or 16488146. OLE color: 16488146.
HSL color Cylindrical-coordinate representation of color #D296FB: hue angle of 275.64º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D296FB is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 150 | 251 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.02 |
| HSL | 275.64º | 0.93% | 0.79% | - |
| HSV(B) | 275.64º | 0.4% | 0.98% | - |
| XYZ | 54.9 | 42.48 | 96.57 | - |
| YUV | 179.45 | 168.38 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 251 | 0.16 | 0.40 | 0 | 0.02 | 275.64 | 0.93 | 0.79 |
| Hex | D2 | 96 | FB | 10 | 28 | 0 | 2 | 114 | 5D | 4F |
| Octal | 322 | 226 | 373 | 20 | 50 | 0 | 2 | 424 | 135 | 117 |
| Binary | 11010010 | 10010110 | 11111011 | 10000 | 101000 | 0 | 10 | 100010100 | 1011101 | 1001111 |
Color Harmonies of #D296FB
Complementary color
Monochromatic Colors of #D296FB
Black with #D296FB
Text Example
Text Example
White with #D296FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296FB; }
p { color: rgb(210,150,251); }
H1.HeaderClassName
{
color: #D296FB;
}
.AnyTagClassName
{
color: #D296FB;
}
</style>
background-color css
<style>
a { background-color: #D296FB; }
a { background-color: rgb(210,150,251); }
div.DivClassName
{
background-color: #D296FB;
}
.BgClassName
{
background-color: #D296FB;
}
</style>
border-color css
<style>
span { border-color: #D296FB; }
span { border-color: rgb(210,150,251); }
td.TdClassName
{
border-color: #D296FB;
}
.TagClassName
{
border-color: #D296FB;
}
</style>