Shades of Mauve #D295F9
Tints of Mauve #D295F9
RGB
CMYK
RGB Variations
Color information
#D295F9 (or 0xD295F9) is known color: Mauve. HEX triplet: D2, 95 and F9. RGB value is (210,149,249). Sum of RGB (Red+Green+Blue) = 210+149+249=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 149 (58.59% from 255 or 24.51% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #D295F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D295F9 is #2D6A06. Grayscale: #B2B2B2. Windows color (decimal): -2976263 or 16356818. OLE color: 16356818.
HSL color Cylindrical-coordinate representation of color #D295F9: hue angle of 276.6º degrees, saturation: 0.89, 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 #D295F9 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 149 | 249 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.02 |
| HSL | 276.6º | 0.89% | 0.78% | - |
| HSV(B) | 276.6º | 0.4% | 0.98% | - |
| XYZ | 54.42 | 42.04 | 94.87 | - |
| YUV | 178.64 | 167.71 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 249 | 0.16 | 0.40 | 0 | 0.02 | 276.6 | 0.89 | 0.78 |
| Hex | D2 | 95 | F9 | 10 | 28 | 0 | 2 | 115 | 59 | 4E |
| Octal | 322 | 225 | 371 | 20 | 50 | 0 | 2 | 425 | 131 | 116 |
| Binary | 11010010 | 10010101 | 11111001 | 10000 | 101000 | 0 | 10 | 100010101 | 1011001 | 1001110 |
Color Harmonies of #D295F9
Complementary color
Monochromatic Colors of #D295F9
Black with #D295F9
Text Example
Text Example
White with #D295F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D295F9; }
p { color: rgb(210,149,249); }
H1.HeaderClassName
{
color: #D295F9;
}
.AnyTagClassName
{
color: #D295F9;
}
</style>
background-color css
<style>
a { background-color: #D295F9; }
a { background-color: rgb(210,149,249); }
div.DivClassName
{
background-color: #D295F9;
}
.BgClassName
{
background-color: #D295F9;
}
</style>
border-color css
<style>
span { border-color: #D295F9; }
span { border-color: rgb(210,149,249); }
td.TdClassName
{
border-color: #D295F9;
}
.TagClassName
{
border-color: #D295F9;
}
</style>