Shades of Mauve #D895F5
Tints of Mauve #D895F5
RGB
CMYK
RGB Variations
Color information
#D895F5 (or 0xD895F5) is known color: Mauve. HEX triplet: D8, 95 and F5. RGB value is (216,149,245). Sum of RGB (Red+Green+Blue) = 216+149+245=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 149 (58.59% from 255 or 24.43% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 245 - color contains mainly: blue. Hex color #D895F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D895F5 is #276A0A. Grayscale: #B3B3B3. Windows color (decimal): -2583051 or 16094680. OLE color: 16094680.
HSL color Cylindrical-coordinate representation of color #D895F5: hue angle of 281.88º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D895F5 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 149 | 245 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.04 |
| HSL | 281.88º | 0.83% | 0.77% | - |
| HSV(B) | 281.88º | 0.39% | 0.96% | - |
| XYZ | 55.55 | 42.69 | 91.7 | - |
| YUV | 179.98 | 164.7 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 245 | 0.12 | 0.39 | 0 | 0.04 | 281.88 | 0.83 | 0.77 |
| Hex | D8 | 95 | F5 | C | 27 | 0 | 4 | 11A | 53 | 4D |
| Octal | 330 | 225 | 365 | 14 | 47 | 0 | 4 | 432 | 123 | 115 |
| Binary | 11011000 | 10010101 | 11110101 | 1100 | 100111 | 0 | 100 | 100011010 | 1010011 | 1001101 |
Color Harmonies of #D895F5
Complementary color
Monochromatic Colors of #D895F5
Black with #D895F5
Text Example
Text Example
White with #D895F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D895F5; }
p { color: rgb(216,149,245); }
H1.HeaderClassName
{
color: #D895F5;
}
.AnyTagClassName
{
color: #D895F5;
}
</style>
background-color css
<style>
a { background-color: #D895F5; }
a { background-color: rgb(216,149,245); }
div.DivClassName
{
background-color: #D895F5;
}
.BgClassName
{
background-color: #D895F5;
}
</style>
border-color css
<style>
span { border-color: #D895F5; }
span { border-color: rgb(216,149,245); }
td.TdClassName
{
border-color: #D895F5;
}
.TagClassName
{
border-color: #D895F5;
}
</style>