Shades of Mauve #D190FF
Tints of Mauve #D190FF
RGB
CMYK
RGB Variations
Color information
#D190FF (or 0xD190FF) is known color: Mauve. HEX triplet: D1, 90 and FF. RGB value is (209,144,255). Sum of RGB (Red+Green+Blue) = 209+144+255=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 144 (56.64% from 255 or 23.68% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #D190FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D190FF is #2E6F00. Grayscale: #AFAFAF. Windows color (decimal): -3043073 or 16748753. OLE color: 16748753.
HSL color Cylindrical-coordinate representation of color #D190FF: hue angle of 275.14º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D190FF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 144 | 255 | - |
| CMYK | 0.18 | 0.44 | 0 | 0 |
| HSL | 275.14º | 1% | 0.78% | - |
| HSV(B) | 275.14º | 0.44% | 1% | - |
| XYZ | 54.32 | 40.72 | 99.6 | - |
| YUV | 176.09 | 172.53 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 255 | 0.18 | 0.44 | 0 | 0 | 275.14 | 1 | 0.78 |
| Hex | D1 | 90 | FF | 12 | 2C | 0 | 0 | 113 | 64 | 4E |
| Octal | 321 | 220 | 377 | 22 | 54 | 0 | 0 | 423 | 144 | 116 |
| Binary | 11010001 | 10010000 | 11111111 | 10010 | 101100 | 0 | 0 | 100010011 | 1100100 | 1001110 |
Color Harmonies of #D190FF
Complementary color
Monochromatic Colors of #D190FF
Black with #D190FF
Text Example
Text Example
White with #D190FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190FF; }
p { color: rgb(209,144,255); }
H1.HeaderClassName
{
color: #D190FF;
}
.AnyTagClassName
{
color: #D190FF;
}
</style>
background-color css
<style>
a { background-color: #D190FF; }
a { background-color: rgb(209,144,255); }
div.DivClassName
{
background-color: #D190FF;
}
.BgClassName
{
background-color: #D190FF;
}
</style>
border-color css
<style>
span { border-color: #D190FF; }
span { border-color: rgb(209,144,255); }
td.TdClassName
{
border-color: #D190FF;
}
.TagClassName
{
border-color: #D190FF;
}
</style>