Shades of Mauve #D494FA
Tints of Mauve #D494FA
RGB
CMYK
RGB Variations
Color information
#D494FA (or 0xD494FA) is known color: Mauve. HEX triplet: D4, 94 and FA. RGB value is (212,148,250). Sum of RGB (Red+Green+Blue) = 212+148+250=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 148 (58.20% from 255 or 24.26% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #D494FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D494FA is #2B6B05. Grayscale: #B2B2B2. Windows color (decimal): -2845446 or 16422100. OLE color: 16422100.
HSL color Cylindrical-coordinate representation of color #D494FA: hue angle of 277.65º degrees, saturation: 0.91, 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 #D494FA is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 148 | 250 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.02 |
| HSL | 277.65º | 0.91% | 0.78% | - |
| HSV(B) | 277.65º | 0.41% | 0.98% | - |
| XYZ | 55 | 42.08 | 95.67 | - |
| YUV | 178.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 250 | 0.15 | 0.41 | 0 | 0.02 | 277.65 | 0.91 | 0.78 |
| Hex | D4 | 94 | FA | F | 29 | 0 | 2 | 116 | 5B | 4E |
| Octal | 324 | 224 | 372 | 17 | 51 | 0 | 2 | 426 | 133 | 116 |
| Binary | 11010100 | 10010100 | 11111010 | 1111 | 101001 | 0 | 10 | 100010110 | 1011011 | 1001110 |
Color Harmonies of #D494FA
Complementary color
Monochromatic Colors of #D494FA
Black with #D494FA
Text Example
Text Example
White with #D494FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D494FA; }
p { color: rgb(212,148,250); }
H1.HeaderClassName
{
color: #D494FA;
}
.AnyTagClassName
{
color: #D494FA;
}
</style>
background-color css
<style>
a { background-color: #D494FA; }
a { background-color: rgb(212,148,250); }
div.DivClassName
{
background-color: #D494FA;
}
.BgClassName
{
background-color: #D494FA;
}
</style>
border-color css
<style>
span { border-color: #D494FA; }
span { border-color: rgb(212,148,250); }
td.TdClassName
{
border-color: #D494FA;
}
.TagClassName
{
border-color: #D494FA;
}
</style>