Shades of Mauve #D091FB
Tints of Mauve #D091FB
RGB
CMYK
RGB Variations
Color information
#D091FB (or 0xD091FB) is known color: Mauve. HEX triplet: D0, 91 and FB. RGB value is (208,145,251). Sum of RGB (Red+Green+Blue) = 208+145+251=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #D091FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D091FB is #2F6E04. Grayscale: #AFAFAF. Windows color (decimal): -3108357 or 16486864. OLE color: 16486864.
HSL color Cylindrical-coordinate representation of color #D091FB: hue angle of 275.66º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D091FB is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 145 | 251 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.02 |
| HSL | 275.66º | 0.93% | 0.78% | - |
| HSV(B) | 275.66º | 0.42% | 0.98% | - |
| XYZ | 53.55 | 40.63 | 96.29 | - |
| YUV | 175.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 251 | 0.17 | 0.42 | 0 | 0.02 | 275.66 | 0.93 | 0.78 |
| Hex | D0 | 91 | FB | 11 | 2A | 0 | 2 | 114 | 5D | 4E |
| Octal | 320 | 221 | 373 | 21 | 52 | 0 | 2 | 424 | 135 | 116 |
| Binary | 11010000 | 10010001 | 11111011 | 10001 | 101010 | 0 | 10 | 100010100 | 1011101 | 1001110 |
Color Harmonies of #D091FB
Complementary color
Monochromatic Colors of #D091FB
Black with #D091FB
Text Example
Text Example
White with #D091FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D091FB; }
p { color: rgb(208,145,251); }
H1.HeaderClassName
{
color: #D091FB;
}
.AnyTagClassName
{
color: #D091FB;
}
</style>
background-color css
<style>
a { background-color: #D091FB; }
a { background-color: rgb(208,145,251); }
div.DivClassName
{
background-color: #D091FB;
}
.BgClassName
{
background-color: #D091FB;
}
</style>
border-color css
<style>
span { border-color: #D091FB; }
span { border-color: rgb(208,145,251); }
td.TdClassName
{
border-color: #D091FB;
}
.TagClassName
{
border-color: #D091FB;
}
</style>