Shades of Mauve #D094FA
Tints of Mauve #D094FA
RGB
CMYK
RGB Variations
Color information
#D094FA (or 0xD094FA) is known color: Mauve. HEX triplet: D0, 94 and FA. RGB value is (208,148,250). Sum of RGB (Red+Green+Blue) = 208+148+250=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #D094FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D094FA is #2F6B05. Grayscale: #B1B1B1. Windows color (decimal): -3107590 or 16422096. OLE color: 16422096.
HSL color Cylindrical-coordinate representation of color #D094FA: hue angle of 275.29º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D094FA is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 148 | 250 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.02 |
| HSL | 275.29º | 0.91% | 0.78% | - |
| HSV(B) | 275.29º | 0.41% | 0.98% | - |
| XYZ | 53.86 | 41.49 | 95.61 | - |
| YUV | 177.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 250 | 0.17 | 0.41 | 0 | 0.02 | 275.29 | 0.91 | 0.78 |
| Hex | D0 | 94 | FA | 11 | 29 | 0 | 2 | 113 | 5B | 4E |
| Octal | 320 | 224 | 372 | 21 | 51 | 0 | 2 | 423 | 133 | 116 |
| Binary | 11010000 | 10010100 | 11111010 | 10001 | 101001 | 0 | 10 | 100010011 | 1011011 | 1001110 |
Color Harmonies of #D094FA
Complementary color
Monochromatic Colors of #D094FA
Black with #D094FA
Text Example
Text Example
White with #D094FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D094FA; }
p { color: rgb(208,148,250); }
H1.HeaderClassName
{
color: #D094FA;
}
.AnyTagClassName
{
color: #D094FA;
}
</style>
background-color css
<style>
a { background-color: #D094FA; }
a { background-color: rgb(208,148,250); }
div.DivClassName
{
background-color: #D094FA;
}
.BgClassName
{
background-color: #D094FA;
}
</style>
border-color css
<style>
span { border-color: #D094FA; }
span { border-color: rgb(208,148,250); }
td.TdClassName
{
border-color: #D094FA;
}
.TagClassName
{
border-color: #D094FA;
}
</style>