Shades of Mauve #D499F8
Tints of Mauve #D499F8
RGB
CMYK
RGB Variations
Color information
#D499F8 (or 0xD499F8) is known color: Mauve. HEX triplet: D4, 99 and F8. RGB value is (212,153,248). Sum of RGB (Red+Green+Blue) = 212+153+248=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #D499F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D499F8 is #2B6607. Grayscale: #B5B5B5. Windows color (decimal): -2844168 or 16292308. OLE color: 16292308.
HSL color Cylindrical-coordinate representation of color #D499F8: hue angle of 277.26º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D499F8 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 153 | 248 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.03 |
| HSL | 277.26º | 0.87% | 0.79% | - |
| HSV(B) | 277.26º | 0.38% | 0.97% | - |
| XYZ | 55.49 | 43.56 | 94.29 | - |
| YUV | 181.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 248 | 0.15 | 0.38 | 0 | 0.03 | 277.26 | 0.87 | 0.79 |
| Hex | D4 | 99 | F8 | F | 26 | 0 | 3 | 115 | 57 | 4F |
| Octal | 324 | 231 | 370 | 17 | 46 | 0 | 3 | 425 | 127 | 117 |
| Binary | 11010100 | 10011001 | 11111000 | 1111 | 100110 | 0 | 11 | 100010101 | 1010111 | 1001111 |
Color Harmonies of #D499F8
Complementary color
Monochromatic Colors of #D499F8
Black with #D499F8
Text Example
Text Example
White with #D499F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D499F8; }
p { color: rgb(212,153,248); }
H1.HeaderClassName
{
color: #D499F8;
}
.AnyTagClassName
{
color: #D499F8;
}
</style>
background-color css
<style>
a { background-color: #D499F8; }
a { background-color: rgb(212,153,248); }
div.DivClassName
{
background-color: #D499F8;
}
.BgClassName
{
background-color: #D499F8;
}
</style>
border-color css
<style>
span { border-color: #D499F8; }
span { border-color: rgb(212,153,248); }
td.TdClassName
{
border-color: #D499F8;
}
.TagClassName
{
border-color: #D499F8;
}
</style>