Shades of Mauve #D497FC
Tints of Mauve #D497FC
RGB
CMYK
RGB Variations
Color information
#D497FC (or 0xD497FC) is known color: Mauve. HEX triplet: D4, 97 and FC. RGB value is (212,151,252). Sum of RGB (Red+Green+Blue) = 212+151+252=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 151 (59.38% from 255 or 24.55% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #D497FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D497FC is #2B6803. Grayscale: #B4B4B4. Windows color (decimal): -2844676 or 16553940. OLE color: 16553940.
HSL color Cylindrical-coordinate representation of color #D497FC: hue angle of 276.24º 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 #D497FC is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 151 | 252 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.01 |
| HSL | 276.24º | 0.94% | 0.79% | - |
| HSV(B) | 276.24º | 0.4% | 0.99% | - |
| XYZ | 55.79 | 43.16 | 97.49 | - |
| YUV | 180.75 | 168.21 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 252 | 0.16 | 0.40 | 0 | 0.01 | 276.24 | 0.94 | 0.79 |
| Hex | D4 | 97 | FC | 10 | 28 | 0 | 1 | 114 | 5E | 4F |
| Octal | 324 | 227 | 374 | 20 | 50 | 0 | 1 | 424 | 136 | 117 |
| Binary | 11010100 | 10010111 | 11111100 | 10000 | 101000 | 0 | 1 | 100010100 | 1011110 | 1001111 |
Color Harmonies of #D497FC
Complementary color
Monochromatic Colors of #D497FC
Black with #D497FC
Text Example
Text Example
White with #D497FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D497FC; }
p { color: rgb(212,151,252); }
H1.HeaderClassName
{
color: #D497FC;
}
.AnyTagClassName
{
color: #D497FC;
}
</style>
background-color css
<style>
a { background-color: #D497FC; }
a { background-color: rgb(212,151,252); }
div.DivClassName
{
background-color: #D497FC;
}
.BgClassName
{
background-color: #D497FC;
}
</style>
border-color css
<style>
span { border-color: #D497FC; }
span { border-color: rgb(212,151,252); }
td.TdClassName
{
border-color: #D497FC;
}
.TagClassName
{
border-color: #D497FC;
}
</style>