Shades of Mauve #D193FA
Tints of Mauve #D193FA
RGB
CMYK
RGB Variations
Color information
#D193FA (or 0xD193FA) is known color: Mauve. HEX triplet: D1, 93 and FA. RGB value is (209,147,250). Sum of RGB (Red+Green+Blue) = 209+147+250=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #D193FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D193FA is #2E6C05. Grayscale: #B0B0B0. Windows color (decimal): -3042310 or 16421841. OLE color: 16421841.
HSL color Cylindrical-coordinate representation of color #D193FA: hue angle of 276.12º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D193FA is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 147 | 250 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.02 |
| HSL | 276.12º | 0.91% | 0.78% | - |
| HSV(B) | 276.12º | 0.41% | 0.98% | - |
| XYZ | 53.98 | 41.32 | 95.57 | - |
| YUV | 177.28 | 169.04 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 250 | 0.16 | 0.41 | 0 | 0.02 | 276.12 | 0.91 | 0.78 |
| Hex | D1 | 93 | FA | 10 | 29 | 0 | 2 | 114 | 5B | 4E |
| Octal | 321 | 223 | 372 | 20 | 51 | 0 | 2 | 424 | 133 | 116 |
| Binary | 11010001 | 10010011 | 11111010 | 10000 | 101001 | 0 | 10 | 100010100 | 1011011 | 1001110 |
Color Harmonies of #D193FA
Complementary color
Monochromatic Colors of #D193FA
Black with #D193FA
Text Example
Text Example
White with #D193FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193FA; }
p { color: rgb(209,147,250); }
H1.HeaderClassName
{
color: #D193FA;
}
.AnyTagClassName
{
color: #D193FA;
}
</style>
background-color css
<style>
a { background-color: #D193FA; }
a { background-color: rgb(209,147,250); }
div.DivClassName
{
background-color: #D193FA;
}
.BgClassName
{
background-color: #D193FA;
}
</style>
border-color css
<style>
span { border-color: #D193FA; }
span { border-color: rgb(209,147,250); }
td.TdClassName
{
border-color: #D193FA;
}
.TagClassName
{
border-color: #D193FA;
}
</style>