Shades of Mauve #D595FA
Tints of Mauve #D595FA
RGB
CMYK
RGB Variations
Color information
#D595FA (or 0xD595FA) is known color: Mauve. HEX triplet: D5, 95 and FA. RGB value is (213,149,250). Sum of RGB (Red+Green+Blue) = 213+149+250=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #D595FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D595FA is #2A6A05. Grayscale: #B3B3B3. Windows color (decimal): -2779654 or 16422357. OLE color: 16422357.
HSL color Cylindrical-coordinate representation of color #D595FA: hue angle of 278.02º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D595FA is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 149 | 250 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.02 |
| HSL | 278.02º | 0.91% | 0.78% | - |
| HSV(B) | 278.02º | 0.4% | 0.98% | - |
| XYZ | 55.44 | 42.54 | 95.73 | - |
| YUV | 179.65 | 167.7 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 250 | 0.15 | 0.40 | 0 | 0.02 | 278.02 | 0.91 | 0.78 |
| Hex | D5 | 95 | FA | F | 28 | 0 | 2 | 116 | 5B | 4E |
| Octal | 325 | 225 | 372 | 17 | 50 | 0 | 2 | 426 | 133 | 116 |
| Binary | 11010101 | 10010101 | 11111010 | 1111 | 101000 | 0 | 10 | 100010110 | 1011011 | 1001110 |
Color Harmonies of #D595FA
Complementary color
Monochromatic Colors of #D595FA
Black with #D595FA
Text Example
Text Example
White with #D595FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595FA; }
p { color: rgb(213,149,250); }
H1.HeaderClassName
{
color: #D595FA;
}
.AnyTagClassName
{
color: #D595FA;
}
</style>
background-color css
<style>
a { background-color: #D595FA; }
a { background-color: rgb(213,149,250); }
div.DivClassName
{
background-color: #D595FA;
}
.BgClassName
{
background-color: #D595FA;
}
</style>
border-color css
<style>
span { border-color: #D595FA; }
span { border-color: rgb(213,149,250); }
td.TdClassName
{
border-color: #D595FA;
}
.TagClassName
{
border-color: #D595FA;
}
</style>