Shades of Mauve #D296FA
Tints of Mauve #D296FA
RGB
CMYK
RGB Variations
Color information
#D296FA (or 0xD296FA) is known color: Mauve. HEX triplet: D2, 96 and FA. RGB value is (210,150,250). Sum of RGB (Red+Green+Blue) = 210+150+250=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #D296FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D296FA is #2D6905. Grayscale: #B3B3B3. Windows color (decimal): -2976006 or 16422610. OLE color: 16422610.
HSL color Cylindrical-coordinate representation of color #D296FA: hue angle of 276º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D296FA is Cyan = 0.16, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 150 | 250 | - |
| CMYK | 0.16 | 0.4 | 0 | 0.02 |
| HSL | 276º | 0.91% | 0.78% | - |
| HSV(B) | 276º | 0.4% | 0.98% | - |
| XYZ | 54.74 | 42.42 | 95.74 | - |
| YUV | 179.34 | 167.88 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 250 | 0.16 | 0.4 | 0 | 0.02 | 276 | 0.91 | 0.78 |
| Hex | D2 | 96 | FA | 10 | 28 | 0 | 2 | 114 | 5B | 4E |
| Octal | 322 | 226 | 372 | 20 | 50 | 0 | 2 | 424 | 133 | 116 |
| Binary | 11010010 | 10010110 | 11111010 | 10000 | 101000 | 0 | 10 | 100010100 | 1011011 | 1001110 |
Color Harmonies of #D296FA
Complementary color
Monochromatic Colors of #D296FA
Black with #D296FA
Text Example
Text Example
White with #D296FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296FA; }
p { color: rgb(210,150,250); }
H1.HeaderClassName
{
color: #D296FA;
}
.AnyTagClassName
{
color: #D296FA;
}
</style>
background-color css
<style>
a { background-color: #D296FA; }
a { background-color: rgb(210,150,250); }
div.DivClassName
{
background-color: #D296FA;
}
.BgClassName
{
background-color: #D296FA;
}
</style>
border-color css
<style>
span { border-color: #D296FA; }
span { border-color: rgb(210,150,250); }
td.TdClassName
{
border-color: #D296FA;
}
.TagClassName
{
border-color: #D296FA;
}
</style>