Shades of Mauve #D295F8
Tints of Mauve #D295F8
RGB
CMYK
RGB Variations
Color information
#D295F8 (or 0xD295F8) is known color: Mauve. HEX triplet: D2, 95 and F8. RGB value is (210,149,248). Sum of RGB (Red+Green+Blue) = 210+149+248=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #D295F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D295F8 is #2D6A07. Grayscale: #B2B2B2. Windows color (decimal): -2976264 or 16291282. OLE color: 16291282.
HSL color Cylindrical-coordinate representation of color #D295F8: hue angle of 276.97º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D295F8 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 149 | 248 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.03 |
| HSL | 276.97º | 0.88% | 0.78% | - |
| HSV(B) | 276.97º | 0.4% | 0.97% | - |
| XYZ | 54.27 | 41.97 | 94.05 | - |
| YUV | 178.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 248 | 0.15 | 0.40 | 0 | 0.03 | 276.97 | 0.88 | 0.78 |
| Hex | D2 | 95 | F8 | F | 28 | 0 | 3 | 115 | 58 | 4E |
| Octal | 322 | 225 | 370 | 17 | 50 | 0 | 3 | 425 | 130 | 116 |
| Binary | 11010010 | 10010101 | 11111000 | 1111 | 101000 | 0 | 11 | 100010101 | 1011000 | 1001110 |
Color Harmonies of #D295F8
Complementary color
Monochromatic Colors of #D295F8
Black with #D295F8
Text Example
Text Example
White with #D295F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D295F8; }
p { color: rgb(210,149,248); }
H1.HeaderClassName
{
color: #D295F8;
}
.AnyTagClassName
{
color: #D295F8;
}
</style>
background-color css
<style>
a { background-color: #D295F8; }
a { background-color: rgb(210,149,248); }
div.DivClassName
{
background-color: #D295F8;
}
.BgClassName
{
background-color: #D295F8;
}
</style>
border-color css
<style>
span { border-color: #D295F8; }
span { border-color: rgb(210,149,248); }
td.TdClassName
{
border-color: #D295F8;
}
.TagClassName
{
border-color: #D295F8;
}
</style>