Shades of Mauve #D498FA
Tints of Mauve #D498FA
RGB
CMYK
RGB Variations
Color information
#D498FA (or 0xD498FA) is known color: Mauve. HEX triplet: D4, 98 and FA. RGB value is (212,152,250). Sum of RGB (Red+Green+Blue) = 212+152+250=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #D498FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D498FA is #2B6705. Grayscale: #B4B4B4. Windows color (decimal): -2844422 or 16423124. OLE color: 16423124.
HSL color Cylindrical-coordinate representation of color #D498FA: hue angle of 276.73º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D498FA is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 152 | 250 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.02 |
| HSL | 276.73º | 0.91% | 0.79% | - |
| HSV(B) | 276.73º | 0.39% | 0.98% | - |
| XYZ | 55.63 | 43.36 | 95.88 | - |
| YUV | 181.11 | 166.88 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 250 | 0.15 | 0.39 | 0 | 0.02 | 276.73 | 0.91 | 0.79 |
| Hex | D4 | 98 | FA | F | 27 | 0 | 2 | 115 | 5B | 4F |
| Octal | 324 | 230 | 372 | 17 | 47 | 0 | 2 | 425 | 133 | 117 |
| Binary | 11010100 | 10011000 | 11111010 | 1111 | 100111 | 0 | 10 | 100010101 | 1011011 | 1001111 |
Color Harmonies of #D498FA
Complementary color
Monochromatic Colors of #D498FA
Black with #D498FA
Text Example
Text Example
White with #D498FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D498FA; }
p { color: rgb(212,152,250); }
H1.HeaderClassName
{
color: #D498FA;
}
.AnyTagClassName
{
color: #D498FA;
}
</style>
background-color css
<style>
a { background-color: #D498FA; }
a { background-color: rgb(212,152,250); }
div.DivClassName
{
background-color: #D498FA;
}
.BgClassName
{
background-color: #D498FA;
}
</style>
border-color css
<style>
span { border-color: #D498FA; }
span { border-color: rgb(212,152,250); }
td.TdClassName
{
border-color: #D498FA;
}
.TagClassName
{
border-color: #D498FA;
}
</style>