Shades of Mauve #D094FB
Tints of Mauve #D094FB
RGB
CMYK
RGB Variations
Color information
#D094FB (or 0xD094FB) is known color: Mauve. HEX triplet: D0, 94 and FB. RGB value is (208,148,251). Sum of RGB (Red+Green+Blue) = 208+148+251=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #D094FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D094FB is #2F6B04. Grayscale: #B1B1B1. Windows color (decimal): -3107589 or 16487632. OLE color: 16487632.
HSL color Cylindrical-coordinate representation of color #D094FB: hue angle of 274.95º degrees, saturation: 0.93, 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 #D094FB is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 148 | 251 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.02 |
| HSL | 274.95º | 0.93% | 0.78% | - |
| HSV(B) | 274.95º | 0.41% | 0.98% | - |
| XYZ | 54.01 | 41.55 | 96.44 | - |
| YUV | 177.68 | 169.38 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 251 | 0.17 | 0.41 | 0 | 0.02 | 274.95 | 0.93 | 0.78 |
| Hex | D0 | 94 | FB | 11 | 29 | 0 | 2 | 113 | 5D | 4E |
| Octal | 320 | 224 | 373 | 21 | 51 | 0 | 2 | 423 | 135 | 116 |
| Binary | 11010000 | 10010100 | 11111011 | 10001 | 101001 | 0 | 10 | 100010011 | 1011101 | 1001110 |
Color Harmonies of #D094FB
Complementary color
Monochromatic Colors of #D094FB
Black with #D094FB
Text Example
Text Example
White with #D094FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D094FB; }
p { color: rgb(208,148,251); }
H1.HeaderClassName
{
color: #D094FB;
}
.AnyTagClassName
{
color: #D094FB;
}
</style>
background-color css
<style>
a { background-color: #D094FB; }
a { background-color: rgb(208,148,251); }
div.DivClassName
{
background-color: #D094FB;
}
.BgClassName
{
background-color: #D094FB;
}
</style>
border-color css
<style>
span { border-color: #D094FB; }
span { border-color: rgb(208,148,251); }
td.TdClassName
{
border-color: #D094FB;
}
.TagClassName
{
border-color: #D094FB;
}
</style>