Shades of Mauve #D098FA
Tints of Mauve #D098FA
RGB
CMYK
RGB Variations
Color information
#D098FA (or 0xD098FA) is known color: Mauve. HEX triplet: D0, 98 and FA. RGB value is (208,152,250). Sum of RGB (Red+Green+Blue) = 208+152+250=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 152 (59.77% from 255 or 24.92% 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 #D098FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D098FA is #2F6705. Grayscale: #B3B3B3. Windows color (decimal): -3106566 or 16423120. OLE color: 16423120.
HSL color Cylindrical-coordinate representation of color #D098FA: hue angle of 274.29º 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 #D098FA is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 152 | 250 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.02 |
| HSL | 274.29º | 0.91% | 0.79% | - |
| HSV(B) | 274.29º | 0.39% | 0.98% | - |
| XYZ | 54.5 | 42.77 | 95.83 | - |
| YUV | 179.92 | 167.55 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 250 | 0.17 | 0.39 | 0 | 0.02 | 274.29 | 0.91 | 0.79 |
| Hex | D0 | 98 | FA | 11 | 27 | 0 | 2 | 112 | 5B | 4F |
| Octal | 320 | 230 | 372 | 21 | 47 | 0 | 2 | 422 | 133 | 117 |
| Binary | 11010000 | 10011000 | 11111010 | 10001 | 100111 | 0 | 10 | 100010010 | 1011011 | 1001111 |
Color Harmonies of #D098FA
Complementary color
Monochromatic Colors of #D098FA
Black with #D098FA
Text Example
Text Example
White with #D098FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098FA; }
p { color: rgb(208,152,250); }
H1.HeaderClassName
{
color: #D098FA;
}
.AnyTagClassName
{
color: #D098FA;
}
</style>
background-color css
<style>
a { background-color: #D098FA; }
a { background-color: rgb(208,152,250); }
div.DivClassName
{
background-color: #D098FA;
}
.BgClassName
{
background-color: #D098FA;
}
</style>
border-color css
<style>
span { border-color: #D098FA; }
span { border-color: rgb(208,152,250); }
td.TdClassName
{
border-color: #D098FA;
}
.TagClassName
{
border-color: #D098FA;
}
</style>