Shades of Mauve #D291FE
Tints of Mauve #D291FE
RGB
CMYK
RGB Variations
Color information
#D291FE (or 0xD291FE) is known color: Mauve. HEX triplet: D2, 91 and FE. RGB value is (210,145,254). Sum of RGB (Red+Green+Blue) = 210+145+254=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #D291FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D291FE is #2D6E01. Grayscale: #B0B0B0. Windows color (decimal): -2977282 or 16683474. OLE color: 16683474.
HSL color Cylindrical-coordinate representation of color #D291FE: hue angle of 275.78º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D291FE is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 145 | 254 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.00 |
| HSL | 275.78º | 0.98% | 0.78% | - |
| HSV(B) | 275.78º | 0.43% | 1% | - |
| XYZ | 54.59 | 41.11 | 98.82 | - |
| YUV | 176.86 | 171.53 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 254 | 0.17 | 0.43 | 0 | 0.00 | 275.78 | 0.98 | 0.78 |
| Hex | D2 | 91 | FE | 11 | 2B | 0 | 0 | 114 | 62 | 4E |
| Octal | 322 | 221 | 376 | 21 | 53 | 0 | 0 | 424 | 142 | 116 |
| Binary | 11010010 | 10010001 | 11111110 | 10001 | 101011 | 0 | 0 | 100010100 | 1100010 | 1001110 |
Color Harmonies of #D291FE
Complementary color
Monochromatic Colors of #D291FE
Black with #D291FE
Text Example
Text Example
White with #D291FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291FE; }
p { color: rgb(210,145,254); }
H1.HeaderClassName
{
color: #D291FE;
}
.AnyTagClassName
{
color: #D291FE;
}
</style>
background-color css
<style>
a { background-color: #D291FE; }
a { background-color: rgb(210,145,254); }
div.DivClassName
{
background-color: #D291FE;
}
.BgClassName
{
background-color: #D291FE;
}
</style>
border-color css
<style>
span { border-color: #D291FE; }
span { border-color: rgb(210,145,254); }
td.TdClassName
{
border-color: #D291FE;
}
.TagClassName
{
border-color: #D291FE;
}
</style>