Shades of Mauve #D595FB
Tints of Mauve #D595FB
RGB
CMYK
RGB Variations
Color information
#D595FB (or 0xD595FB) is known color: Mauve. HEX triplet: D5, 95 and FB. RGB value is (213,149,251). Sum of RGB (Red+Green+Blue) = 213+149+251=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #D595FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D595FB is #2A6A04. Grayscale: #B3B3B3. Windows color (decimal): -2779653 or 16487893. OLE color: 16487893.
HSL color Cylindrical-coordinate representation of color #D595FB: hue angle of 277.65º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D595FB is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 149 | 251 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.02 |
| HSL | 277.65º | 0.93% | 0.78% | - |
| HSV(B) | 277.65º | 0.41% | 0.98% | - |
| XYZ | 55.6 | 42.61 | 96.56 | - |
| YUV | 179.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 251 | 0.15 | 0.41 | 0 | 0.02 | 277.65 | 0.93 | 0.78 |
| Hex | D5 | 95 | FB | F | 29 | 0 | 2 | 116 | 5D | 4E |
| Octal | 325 | 225 | 373 | 17 | 51 | 0 | 2 | 426 | 135 | 116 |
| Binary | 11010101 | 10010101 | 11111011 | 1111 | 101001 | 0 | 10 | 100010110 | 1011101 | 1001110 |
Color Harmonies of #D595FB
Complementary color
Monochromatic Colors of #D595FB
Black with #D595FB
Text Example
Text Example
White with #D595FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595FB; }
p { color: rgb(213,149,251); }
H1.HeaderClassName
{
color: #D595FB;
}
.AnyTagClassName
{
color: #D595FB;
}
</style>
background-color css
<style>
a { background-color: #D595FB; }
a { background-color: rgb(213,149,251); }
div.DivClassName
{
background-color: #D595FB;
}
.BgClassName
{
background-color: #D595FB;
}
</style>
border-color css
<style>
span { border-color: #D595FB; }
span { border-color: rgb(213,149,251); }
td.TdClassName
{
border-color: #D595FB;
}
.TagClassName
{
border-color: #D595FB;
}
</style>