Shades of Mauve #D094FF
Tints of Mauve #D094FF
RGB
CMYK
RGB Variations
Color information
#D094FF (or 0xD094FF) is known color: Mauve. HEX triplet: D0, 94 and FF. RGB value is (208,148,255). Sum of RGB (Red+Green+Blue) = 208+148+255=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #D094FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D094FF is #2F6B00. Grayscale: #B1B1B1. Windows color (decimal): -3107585 or 16749776. OLE color: 16749776.
HSL color Cylindrical-coordinate representation of color #D094FF: hue angle of 273.64º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D094FF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 148 | 255 | - |
| CMYK | 0.18 | 0.42 | 0 | 0 |
| HSL | 273.64º | 1% | 0.79% | - |
| HSV(B) | 273.64º | 0.42% | 1% | - |
| XYZ | 54.65 | 41.81 | 99.8 | - |
| YUV | 178.14 | 171.38 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 255 | 0.18 | 0.42 | 0 | 0 | 273.64 | 1 | 0.79 |
| Hex | D0 | 94 | FF | 12 | 2A | 0 | 0 | 112 | 64 | 4F |
| Octal | 320 | 224 | 377 | 22 | 52 | 0 | 0 | 422 | 144 | 117 |
| Binary | 11010000 | 10010100 | 11111111 | 10010 | 101010 | 0 | 0 | 100010010 | 1100100 | 1001111 |
Color Harmonies of #D094FF
Complementary color
Monochromatic Colors of #D094FF
Black with #D094FF
Text Example
Text Example
White with #D094FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D094FF; }
p { color: rgb(208,148,255); }
H1.HeaderClassName
{
color: #D094FF;
}
.AnyTagClassName
{
color: #D094FF;
}
</style>
background-color css
<style>
a { background-color: #D094FF; }
a { background-color: rgb(208,148,255); }
div.DivClassName
{
background-color: #D094FF;
}
.BgClassName
{
background-color: #D094FF;
}
</style>
border-color css
<style>
span { border-color: #D094FF; }
span { border-color: rgb(208,148,255); }
td.TdClassName
{
border-color: #D094FF;
}
.TagClassName
{
border-color: #D094FF;
}
</style>