Shades of Mauve #D594FF
Tints of Mauve #D594FF
RGB
CMYK
RGB Variations
Color information
#D594FF (or 0xD594FF) is known color: Mauve. HEX triplet: D5, 94 and FF. RGB value is (213,148,255). Sum of RGB (Red+Green+Blue) = 213+148+255=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #D594FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D594FF is #2A6B00. Grayscale: #B3B3B3. Windows color (decimal): -2779905 or 16749781. OLE color: 16749781.
HSL color Cylindrical-coordinate representation of color #D594FF: hue angle of 276.45º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D594FF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 148 | 255 | - |
| CMYK | 0.16 | 0.42 | 0 | 0 |
| HSL | 276.45º | 1% | 0.79% | - |
| HSV(B) | 276.45º | 0.42% | 1% | - |
| XYZ | 56.08 | 42.55 | 99.86 | - |
| YUV | 179.63 | 170.53 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 255 | 0.16 | 0.42 | 0 | 0 | 276.45 | 1 | 0.79 |
| Hex | D5 | 94 | FF | 10 | 2A | 0 | 0 | 114 | 64 | 4F |
| Octal | 325 | 224 | 377 | 20 | 52 | 0 | 0 | 424 | 144 | 117 |
| Binary | 11010101 | 10010100 | 11111111 | 10000 | 101010 | 0 | 0 | 100010100 | 1100100 | 1001111 |
Color Harmonies of #D594FF
Complementary color
Monochromatic Colors of #D594FF
Black with #D594FF
Text Example
Text Example
White with #D594FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D594FF; }
p { color: rgb(213,148,255); }
H1.HeaderClassName
{
color: #D594FF;
}
.AnyTagClassName
{
color: #D594FF;
}
</style>
background-color css
<style>
a { background-color: #D594FF; }
a { background-color: rgb(213,148,255); }
div.DivClassName
{
background-color: #D594FF;
}
.BgClassName
{
background-color: #D594FF;
}
</style>
border-color css
<style>
span { border-color: #D594FF; }
span { border-color: rgb(213,148,255); }
td.TdClassName
{
border-color: #D594FF;
}
.TagClassName
{
border-color: #D594FF;
}
</style>