Shades of Mauve #D295FF
Tints of Mauve #D295FF
RGB
CMYK
RGB Variations
Color information
#D295FF (or 0xD295FF) is known color: Mauve. HEX triplet: D2, 95 and FF. RGB value is (210,149,255). Sum of RGB (Red+Green+Blue) = 210+149+255=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #D295FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D295FF is #2D6A00. Grayscale: #B2B2B2. Windows color (decimal): -2976257 or 16750034. OLE color: 16750034.
HSL color Cylindrical-coordinate representation of color #D295FF: hue angle of 274.53º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D295FF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 149 | 255 | - |
| CMYK | 0.18 | 0.42 | 0 | 0 |
| HSL | 274.53º | 1% | 0.79% | - |
| HSV(B) | 274.53º | 0.42% | 1% | - |
| XYZ | 55.38 | 42.42 | 99.88 | - |
| YUV | 179.32 | 170.71 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 255 | 0.18 | 0.42 | 0 | 0 | 274.53 | 1 | 0.79 |
| Hex | D2 | 95 | FF | 12 | 2A | 0 | 0 | 113 | 64 | 4F |
| Octal | 322 | 225 | 377 | 22 | 52 | 0 | 0 | 423 | 144 | 117 |
| Binary | 11010010 | 10010101 | 11111111 | 10010 | 101010 | 0 | 0 | 100010011 | 1100100 | 1001111 |
Color Harmonies of #D295FF
Complementary color
Monochromatic Colors of #D295FF
Black with #D295FF
Text Example
Text Example
White with #D295FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D295FF; }
p { color: rgb(210,149,255); }
H1.HeaderClassName
{
color: #D295FF;
}
.AnyTagClassName
{
color: #D295FF;
}
</style>
background-color css
<style>
a { background-color: #D295FF; }
a { background-color: rgb(210,149,255); }
div.DivClassName
{
background-color: #D295FF;
}
.BgClassName
{
background-color: #D295FF;
}
</style>
border-color css
<style>
span { border-color: #D295FF; }
span { border-color: rgb(210,149,255); }
td.TdClassName
{
border-color: #D295FF;
}
.TagClassName
{
border-color: #D295FF;
}
</style>