Shades of Mauve #D295FC
Tints of Mauve #D295FC
RGB
CMYK
RGB Variations
Color information
#D295FC (or 0xD295FC) is known color: Mauve. HEX triplet: D2, 95 and FC. RGB value is (210,149,252). Sum of RGB (Red+Green+Blue) = 210+149+252=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 149 (58.59% from 255 or 24.39% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #D295FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D295FC is #2D6A03. Grayscale: #B2B2B2. Windows color (decimal): -2976260 or 16553426. OLE color: 16553426.
HSL color Cylindrical-coordinate representation of color #D295FC: hue angle of 275.53º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D295FC is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 149 | 252 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.01 |
| HSL | 275.53º | 0.94% | 0.79% | - |
| HSV(B) | 275.53º | 0.41% | 0.99% | - |
| XYZ | 54.9 | 42.22 | 97.35 | - |
| YUV | 178.98 | 169.21 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 252 | 0.17 | 0.41 | 0 | 0.01 | 275.53 | 0.94 | 0.79 |
| Hex | D2 | 95 | FC | 11 | 29 | 0 | 1 | 114 | 5E | 4F |
| Octal | 322 | 225 | 374 | 21 | 51 | 0 | 1 | 424 | 136 | 117 |
| Binary | 11010010 | 10010101 | 11111100 | 10001 | 101001 | 0 | 1 | 100010100 | 1011110 | 1001111 |
Color Harmonies of #D295FC
Complementary color
Monochromatic Colors of #D295FC
Black with #D295FC
Text Example
Text Example
White with #D295FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D295FC; }
p { color: rgb(210,149,252); }
H1.HeaderClassName
{
color: #D295FC;
}
.AnyTagClassName
{
color: #D295FC;
}
</style>
background-color css
<style>
a { background-color: #D295FC; }
a { background-color: rgb(210,149,252); }
div.DivClassName
{
background-color: #D295FC;
}
.BgClassName
{
background-color: #D295FC;
}
</style>
border-color css
<style>
span { border-color: #D295FC; }
span { border-color: rgb(210,149,252); }
td.TdClassName
{
border-color: #D295FC;
}
.TagClassName
{
border-color: #D295FC;
}
</style>