Shades of Mauve #D597FC
Tints of Mauve #D597FC
RGB
CMYK
RGB Variations
Color information
#D597FC (or 0xD597FC) is known color: Mauve. HEX triplet: D5, 97 and FC. RGB value is (213,151,252). Sum of RGB (Red+Green+Blue) = 213+151+252=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 151 (59.38% from 255 or 24.51% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #D597FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D597FC is #2A6803. Grayscale: #B4B4B4. Windows color (decimal): -2779140 or 16553941. OLE color: 16553941.
HSL color Cylindrical-coordinate representation of color #D597FC: hue angle of 276.83º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D597FC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 151 | 252 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.01 |
| HSL | 276.83º | 0.94% | 0.79% | - |
| HSV(B) | 276.83º | 0.4% | 0.99% | - |
| XYZ | 56.08 | 43.31 | 97.5 | - |
| YUV | 181.05 | 168.04 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 252 | 0.15 | 0.40 | 0 | 0.01 | 276.83 | 0.94 | 0.79 |
| Hex | D5 | 97 | FC | F | 28 | 0 | 1 | 115 | 5E | 4F |
| Octal | 325 | 227 | 374 | 17 | 50 | 0 | 1 | 425 | 136 | 117 |
| Binary | 11010101 | 10010111 | 11111100 | 1111 | 101000 | 0 | 1 | 100010101 | 1011110 | 1001111 |
Color Harmonies of #D597FC
Complementary color
Monochromatic Colors of #D597FC
Black with #D597FC
Text Example
Text Example
White with #D597FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D597FC; }
p { color: rgb(213,151,252); }
H1.HeaderClassName
{
color: #D597FC;
}
.AnyTagClassName
{
color: #D597FC;
}
</style>
background-color css
<style>
a { background-color: #D597FC; }
a { background-color: rgb(213,151,252); }
div.DivClassName
{
background-color: #D597FC;
}
.BgClassName
{
background-color: #D597FC;
}
</style>
border-color css
<style>
span { border-color: #D597FC; }
span { border-color: rgb(213,151,252); }
td.TdClassName
{
border-color: #D597FC;
}
.TagClassName
{
border-color: #D597FC;
}
</style>