Shades of Mauve #D498FB
Tints of Mauve #D498FB
RGB
CMYK
RGB Variations
Color information
#D498FB (or 0xD498FB) is known color: Mauve. HEX triplet: D4, 98 and FB. RGB value is (212,152,251). Sum of RGB (Red+Green+Blue) = 212+152+251=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #D498FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D498FB is #2B6704. Grayscale: #B4B4B4. Windows color (decimal): -2844421 or 16488660. OLE color: 16488660.
HSL color Cylindrical-coordinate representation of color #D498FB: hue angle of 276.36º degrees, saturation: 0.93, 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 #D498FB is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 152 | 251 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.02 |
| HSL | 276.36º | 0.93% | 0.79% | - |
| HSV(B) | 276.36º | 0.39% | 0.98% | - |
| XYZ | 55.79 | 43.42 | 96.71 | - |
| YUV | 181.23 | 167.38 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 251 | 0.16 | 0.39 | 0 | 0.02 | 276.36 | 0.93 | 0.79 |
| Hex | D4 | 98 | FB | 10 | 27 | 0 | 2 | 114 | 5D | 4F |
| Octal | 324 | 230 | 373 | 20 | 47 | 0 | 2 | 424 | 135 | 117 |
| Binary | 11010100 | 10011000 | 11111011 | 10000 | 100111 | 0 | 10 | 100010100 | 1011101 | 1001111 |
Color Harmonies of #D498FB
Complementary color
Monochromatic Colors of #D498FB
Black with #D498FB
Text Example
Text Example
White with #D498FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D498FB; }
p { color: rgb(212,152,251); }
H1.HeaderClassName
{
color: #D498FB;
}
.AnyTagClassName
{
color: #D498FB;
}
</style>
background-color css
<style>
a { background-color: #D498FB; }
a { background-color: rgb(212,152,251); }
div.DivClassName
{
background-color: #D498FB;
}
.BgClassName
{
background-color: #D498FB;
}
</style>
border-color css
<style>
span { border-color: #D498FB; }
span { border-color: rgb(212,152,251); }
td.TdClassName
{
border-color: #D498FB;
}
.TagClassName
{
border-color: #D498FB;
}
</style>