Shades of Mauve #D491FC
Tints of Mauve #D491FC
RGB
CMYK
RGB Variations
Color information
#D491FC (or 0xD491FC) is known color: Mauve. HEX triplet: D4, 91 and FC. RGB value is (212,145,252). Sum of RGB (Red+Green+Blue) = 212+145+252=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #D491FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D491FC is #2B6E03. Grayscale: #B0B0B0. Windows color (decimal): -2846212 or 16552404. OLE color: 16552404.
HSL color Cylindrical-coordinate representation of color #D491FC: hue angle of 277.57º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D491FC is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 145 | 252 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.01 |
| HSL | 277.57º | 0.95% | 0.78% | - |
| HSV(B) | 277.57º | 0.42% | 0.99% | - |
| XYZ | 54.85 | 41.28 | 97.17 | - |
| YUV | 177.23 | 170.2 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 252 | 0.16 | 0.42 | 0 | 0.01 | 277.57 | 0.95 | 0.78 |
| Hex | D4 | 91 | FC | 10 | 2A | 0 | 1 | 116 | 5F | 4E |
| Octal | 324 | 221 | 374 | 20 | 52 | 0 | 1 | 426 | 137 | 116 |
| Binary | 11010100 | 10010001 | 11111100 | 10000 | 101010 | 0 | 1 | 100010110 | 1011111 | 1001110 |
Color Harmonies of #D491FC
Complementary color
Monochromatic Colors of #D491FC
Black with #D491FC
Text Example
Text Example
White with #D491FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D491FC; }
p { color: rgb(212,145,252); }
H1.HeaderClassName
{
color: #D491FC;
}
.AnyTagClassName
{
color: #D491FC;
}
</style>
background-color css
<style>
a { background-color: #D491FC; }
a { background-color: rgb(212,145,252); }
div.DivClassName
{
background-color: #D491FC;
}
.BgClassName
{
background-color: #D491FC;
}
</style>
border-color css
<style>
span { border-color: #D491FC; }
span { border-color: rgb(212,145,252); }
td.TdClassName
{
border-color: #D491FC;
}
.TagClassName
{
border-color: #D491FC;
}
</style>