Shades of Mauve #D594FB
Tints of Mauve #D594FB
RGB
CMYK
RGB Variations
Color information
#D594FB (or 0xD594FB) is known color: Mauve. HEX triplet: D5, 94 and FB. RGB value is (213,148,251). Sum of RGB (Red+Green+Blue) = 213+148+251=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 148 (58.20% from 255 or 24.18% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #D594FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D594FB is #2A6B04. Grayscale: #B2B2B2. Windows color (decimal): -2779909 or 16487637. OLE color: 16487637.
HSL color Cylindrical-coordinate representation of color #D594FB: hue angle of 277.86º 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 #D594FB is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 148 | 251 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.02 |
| HSL | 277.86º | 0.93% | 0.78% | - |
| HSV(B) | 277.86º | 0.41% | 0.98% | - |
| XYZ | 55.44 | 42.29 | 96.51 | - |
| YUV | 179.18 | 168.53 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 251 | 0.15 | 0.41 | 0 | 0.02 | 277.86 | 0.93 | 0.78 |
| Hex | D5 | 94 | FB | F | 29 | 0 | 2 | 116 | 5D | 4E |
| Octal | 325 | 224 | 373 | 17 | 51 | 0 | 2 | 426 | 135 | 116 |
| Binary | 11010101 | 10010100 | 11111011 | 1111 | 101001 | 0 | 10 | 100010110 | 1011101 | 1001110 |
Color Harmonies of #D594FB
Complementary color
Monochromatic Colors of #D594FB
Black with #D594FB
Text Example
Text Example
White with #D594FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D594FB; }
p { color: rgb(213,148,251); }
H1.HeaderClassName
{
color: #D594FB;
}
.AnyTagClassName
{
color: #D594FB;
}
</style>
background-color css
<style>
a { background-color: #D594FB; }
a { background-color: rgb(213,148,251); }
div.DivClassName
{
background-color: #D594FB;
}
.BgClassName
{
background-color: #D594FB;
}
</style>
border-color css
<style>
span { border-color: #D594FB; }
span { border-color: rgb(213,148,251); }
td.TdClassName
{
border-color: #D594FB;
}
.TagClassName
{
border-color: #D594FB;
}
</style>