Shades of Mauve #D592FA
Tints of Mauve #D592FA
RGB
CMYK
RGB Variations
Color information
#D592FA (or 0xD592FA) is known color: Mauve. HEX triplet: D5, 92 and FA. RGB value is (213,146,250). Sum of RGB (Red+Green+Blue) = 213+146+250=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #D592FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D592FA is #2A6D05. Grayscale: #B1B1B1. Windows color (decimal): -2780422 or 16421589. OLE color: 16421589.
HSL color Cylindrical-coordinate representation of color #D592FA: hue angle of 278.65º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D592FA is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 146 | 250 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.02 |
| HSL | 278.65º | 0.91% | 0.78% | - |
| HSV(B) | 278.65º | 0.42% | 0.98% | - |
| XYZ | 54.97 | 41.61 | 95.58 | - |
| YUV | 177.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 250 | 0.15 | 0.42 | 0 | 0.02 | 278.65 | 0.91 | 0.78 |
| Hex | D5 | 92 | FA | F | 2A | 0 | 2 | 117 | 5B | 4E |
| Octal | 325 | 222 | 372 | 17 | 52 | 0 | 2 | 427 | 133 | 116 |
| Binary | 11010101 | 10010010 | 11111010 | 1111 | 101010 | 0 | 10 | 100010111 | 1011011 | 1001110 |
Color Harmonies of #D592FA
Complementary color
Monochromatic Colors of #D592FA
Black with #D592FA
Text Example
Text Example
White with #D592FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D592FA; }
p { color: rgb(213,146,250); }
H1.HeaderClassName
{
color: #D592FA;
}
.AnyTagClassName
{
color: #D592FA;
}
</style>
background-color css
<style>
a { background-color: #D592FA; }
a { background-color: rgb(213,146,250); }
div.DivClassName
{
background-color: #D592FA;
}
.BgClassName
{
background-color: #D592FA;
}
</style>
border-color css
<style>
span { border-color: #D592FA; }
span { border-color: rgb(213,146,250); }
td.TdClassName
{
border-color: #D592FA;
}
.TagClassName
{
border-color: #D592FA;
}
</style>