Shades of Mauve #D099FA
Tints of Mauve #D099FA
RGB
CMYK
RGB Variations
Color information
#D099FA (or 0xD099FA) is known color: Mauve. HEX triplet: D0, 99 and FA. RGB value is (208,153,250). Sum of RGB (Red+Green+Blue) = 208+153+250=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 153 (60.16% from 255 or 25.04% 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 #D099FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D099FA is #2F6605. Grayscale: #B4B4B4. Windows color (decimal): -3106310 or 16423376. OLE color: 16423376.
HSL color Cylindrical-coordinate representation of color #D099FA: hue angle of 274.02º 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 #D099FA is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 153 | 250 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.02 |
| HSL | 274.02º | 0.91% | 0.79% | - |
| HSV(B) | 274.02º | 0.39% | 0.98% | - |
| XYZ | 54.66 | 43.09 | 95.88 | - |
| YUV | 180.5 | 167.22 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 250 | 0.17 | 0.39 | 0 | 0.02 | 274.02 | 0.91 | 0.79 |
| Hex | D0 | 99 | FA | 11 | 27 | 0 | 2 | 112 | 5B | 4F |
| Octal | 320 | 231 | 372 | 21 | 47 | 0 | 2 | 422 | 133 | 117 |
| Binary | 11010000 | 10011001 | 11111010 | 10001 | 100111 | 0 | 10 | 100010010 | 1011011 | 1001111 |
Color Harmonies of #D099FA
Complementary color
Monochromatic Colors of #D099FA
Black with #D099FA
Text Example
Text Example
White with #D099FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099FA; }
p { color: rgb(208,153,250); }
H1.HeaderClassName
{
color: #D099FA;
}
.AnyTagClassName
{
color: #D099FA;
}
</style>
background-color css
<style>
a { background-color: #D099FA; }
a { background-color: rgb(208,153,250); }
div.DivClassName
{
background-color: #D099FA;
}
.BgClassName
{
background-color: #D099FA;
}
</style>
border-color css
<style>
span { border-color: #D099FA; }
span { border-color: rgb(208,153,250); }
td.TdClassName
{
border-color: #D099FA;
}
.TagClassName
{
border-color: #D099FA;
}
</style>