Shades of Mauve #D594FC
Tints of Mauve #D594FC
RGB
CMYK
RGB Variations
Color information
#D594FC (or 0xD594FC) is known color: Mauve. HEX triplet: D5, 94 and FC. RGB value is (213,148,252). Sum of RGB (Red+Green+Blue) = 213+148+252=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #D594FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D594FC is #2A6B03. Grayscale: #B2B2B2. Windows color (decimal): -2779908 or 16553173. OLE color: 16553173.
HSL color Cylindrical-coordinate representation of color #D594FC: hue angle of 277.5º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D594FC is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 148 | 252 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.01 |
| HSL | 277.5º | 0.95% | 0.78% | - |
| HSV(B) | 277.5º | 0.41% | 0.99% | - |
| XYZ | 55.6 | 42.35 | 97.34 | - |
| YUV | 179.29 | 169.03 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 252 | 0.15 | 0.41 | 0 | 0.01 | 277.5 | 0.95 | 0.78 |
| Hex | D5 | 94 | FC | F | 29 | 0 | 1 | 116 | 5F | 4E |
| Octal | 325 | 224 | 374 | 17 | 51 | 0 | 1 | 426 | 137 | 116 |
| Binary | 11010101 | 10010100 | 11111100 | 1111 | 101001 | 0 | 1 | 100010110 | 1011111 | 1001110 |
Color Harmonies of #D594FC
Complementary color
Monochromatic Colors of #D594FC
Black with #D594FC
Text Example
Text Example
White with #D594FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D594FC; }
p { color: rgb(213,148,252); }
H1.HeaderClassName
{
color: #D594FC;
}
.AnyTagClassName
{
color: #D594FC;
}
</style>
background-color css
<style>
a { background-color: #D594FC; }
a { background-color: rgb(213,148,252); }
div.DivClassName
{
background-color: #D594FC;
}
.BgClassName
{
background-color: #D594FC;
}
</style>
border-color css
<style>
span { border-color: #D594FC; }
span { border-color: rgb(213,148,252); }
td.TdClassName
{
border-color: #D594FC;
}
.TagClassName
{
border-color: #D594FC;
}
</style>