Shades of Mauve #D291FD
Tints of Mauve #D291FD
RGB
CMYK
RGB Variations
Color information
#D291FD (or 0xD291FD) is known color: Mauve. HEX triplet: D2, 91 and FD. RGB value is (210,145,253). Sum of RGB (Red+Green+Blue) = 210+145+253=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #D291FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D291FD is #2D6E02. Grayscale: #B0B0B0. Windows color (decimal): -2977283 or 16617938. OLE color: 16617938.
HSL color Cylindrical-coordinate representation of color #D291FD: hue angle of 276.11º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D291FD is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 145 | 253 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.01 |
| HSL | 276.11º | 0.96% | 0.78% | - |
| HSV(B) | 276.11º | 0.43% | 0.99% | - |
| XYZ | 54.43 | 41.04 | 97.98 | - |
| YUV | 176.75 | 171.03 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 253 | 0.17 | 0.43 | 0 | 0.01 | 276.11 | 0.96 | 0.78 |
| Hex | D2 | 91 | FD | 11 | 2B | 0 | 1 | 114 | 60 | 4E |
| Octal | 322 | 221 | 375 | 21 | 53 | 0 | 1 | 424 | 140 | 116 |
| Binary | 11010010 | 10010001 | 11111101 | 10001 | 101011 | 0 | 1 | 100010100 | 1100000 | 1001110 |
Color Harmonies of #D291FD
Complementary color
Monochromatic Colors of #D291FD
Black with #D291FD
Text Example
Text Example
White with #D291FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291FD; }
p { color: rgb(210,145,253); }
H1.HeaderClassName
{
color: #D291FD;
}
.AnyTagClassName
{
color: #D291FD;
}
</style>
background-color css
<style>
a { background-color: #D291FD; }
a { background-color: rgb(210,145,253); }
div.DivClassName
{
background-color: #D291FD;
}
.BgClassName
{
background-color: #D291FD;
}
</style>
border-color css
<style>
span { border-color: #D291FD; }
span { border-color: rgb(210,145,253); }
td.TdClassName
{
border-color: #D291FD;
}
.TagClassName
{
border-color: #D291FD;
}
</style>