Shades of Mauve #D190FE
Tints of Mauve #D190FE
RGB
CMYK
RGB Variations
Color information
#D190FE (or 0xD190FE) is known color: Mauve. HEX triplet: D1, 90 and FE. RGB value is (209,144,254). Sum of RGB (Red+Green+Blue) = 209+144+254=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #D190FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D190FE is #2E6F01. Grayscale: #AFAFAF. Windows color (decimal): -3043074 or 16683217. OLE color: 16683217.
HSL color Cylindrical-coordinate representation of color #D190FE: hue angle of 275.45º 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 #D190FE is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 144 | 254 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.00 |
| HSL | 275.45º | 0.98% | 0.78% | - |
| HSV(B) | 275.45º | 0.43% | 1% | - |
| XYZ | 54.16 | 40.66 | 98.76 | - |
| YUV | 175.98 | 172.03 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 254 | 0.18 | 0.43 | 0 | 0.00 | 275.45 | 0.98 | 0.78 |
| Hex | D1 | 90 | FE | 12 | 2B | 0 | 0 | 113 | 62 | 4E |
| Octal | 321 | 220 | 376 | 22 | 53 | 0 | 0 | 423 | 142 | 116 |
| Binary | 11010001 | 10010000 | 11111110 | 10010 | 101011 | 0 | 0 | 100010011 | 1100010 | 1001110 |
Color Harmonies of #D190FE
Complementary color
Monochromatic Colors of #D190FE
Black with #D190FE
Text Example
Text Example
White with #D190FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190FE; }
p { color: rgb(209,144,254); }
H1.HeaderClassName
{
color: #D190FE;
}
.AnyTagClassName
{
color: #D190FE;
}
</style>
background-color css
<style>
a { background-color: #D190FE; }
a { background-color: rgb(209,144,254); }
div.DivClassName
{
background-color: #D190FE;
}
.BgClassName
{
background-color: #D190FE;
}
</style>
border-color css
<style>
span { border-color: #D190FE; }
span { border-color: rgb(209,144,254); }
td.TdClassName
{
border-color: #D190FE;
}
.TagClassName
{
border-color: #D190FE;
}
</style>