Shades of Mauve #D495FA
Tints of Mauve #D495FA
RGB
CMYK
RGB Variations
Color information
#D495FA (or 0xD495FA) is known color: Mauve. HEX triplet: D4, 95 and FA. RGB value is (212,149,250). Sum of RGB (Red+Green+Blue) = 212+149+250=611 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.70% from 611); Green value is 149 (58.59% from 255 or 24.39% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #D495FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D495FA is #2B6A05. Grayscale: #B3B3B3. Windows color (decimal): -2845190 or 16422356. OLE color: 16422356.
HSL color Cylindrical-coordinate representation of color #D495FA: hue angle of 277.43º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D495FA is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 149 | 250 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.02 |
| HSL | 277.43º | 0.91% | 0.78% | - |
| HSV(B) | 277.43º | 0.4% | 0.98% | - |
| XYZ | 55.15 | 42.39 | 95.72 | - |
| YUV | 179.35 | 167.87 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 250 | 0.15 | 0.40 | 0 | 0.02 | 277.43 | 0.91 | 0.78 |
| Hex | D4 | 95 | FA | F | 28 | 0 | 2 | 115 | 5B | 4E |
| Octal | 324 | 225 | 372 | 17 | 50 | 0 | 2 | 425 | 133 | 116 |
| Binary | 11010100 | 10010101 | 11111010 | 1111 | 101000 | 0 | 10 | 100010101 | 1011011 | 1001110 |
Color Harmonies of #D495FA
Complementary color
Monochromatic Colors of #D495FA
Black with #D495FA
Text Example
Text Example
White with #D495FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D495FA; }
p { color: rgb(212,149,250); }
H1.HeaderClassName
{
color: #D495FA;
}
.AnyTagClassName
{
color: #D495FA;
}
</style>
background-color css
<style>
a { background-color: #D495FA; }
a { background-color: rgb(212,149,250); }
div.DivClassName
{
background-color: #D495FA;
}
.BgClassName
{
background-color: #D495FA;
}
</style>
border-color css
<style>
span { border-color: #D495FA; }
span { border-color: rgb(212,149,250); }
td.TdClassName
{
border-color: #D495FA;
}
.TagClassName
{
border-color: #D495FA;
}
</style>