Shades of Mauve #D595FC
Tints of Mauve #D595FC
RGB
CMYK
RGB Variations
Color information
#D595FC (or 0xD595FC) is known color: Mauve. HEX triplet: D5, 95 and FC. RGB value is (213,149,252). Sum of RGB (Red+Green+Blue) = 213+149+252=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #D595FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D595FC is #2A6A03. Grayscale: #B3B3B3. Windows color (decimal): -2779652 or 16553429. OLE color: 16553429.
HSL color Cylindrical-coordinate representation of color #D595FC: hue angle of 277.28º 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 #D595FC is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 149 | 252 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.01 |
| HSL | 277.28º | 0.94% | 0.79% | - |
| HSV(B) | 277.28º | 0.41% | 0.99% | - |
| XYZ | 55.76 | 42.67 | 97.39 | - |
| YUV | 179.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 252 | 0.15 | 0.41 | 0 | 0.01 | 277.28 | 0.94 | 0.79 |
| Hex | D5 | 95 | FC | F | 29 | 0 | 1 | 115 | 5E | 4F |
| Octal | 325 | 225 | 374 | 17 | 51 | 0 | 1 | 425 | 136 | 117 |
| Binary | 11010101 | 10010101 | 11111100 | 1111 | 101001 | 0 | 1 | 100010101 | 1011110 | 1001111 |
Color Harmonies of #D595FC
Complementary color
Monochromatic Colors of #D595FC
Black with #D595FC
Text Example
Text Example
White with #D595FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595FC; }
p { color: rgb(213,149,252); }
H1.HeaderClassName
{
color: #D595FC;
}
.AnyTagClassName
{
color: #D595FC;
}
</style>
background-color css
<style>
a { background-color: #D595FC; }
a { background-color: rgb(213,149,252); }
div.DivClassName
{
background-color: #D595FC;
}
.BgClassName
{
background-color: #D595FC;
}
</style>
border-color css
<style>
span { border-color: #D595FC; }
span { border-color: rgb(213,149,252); }
td.TdClassName
{
border-color: #D595FC;
}
.TagClassName
{
border-color: #D595FC;
}
</style>