Shades of Mauve #D193FD
Tints of Mauve #D193FD
RGB
CMYK
RGB Variations
Color information
#D193FD (or 0xD193FD) is known color: Mauve. HEX triplet: D1, 93 and FD. RGB value is (209,147,253). Sum of RGB (Red+Green+Blue) = 209+147+253=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #D193FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D193FD is #2E6C02. Grayscale: #B1B1B1. Windows color (decimal): -3042307 or 16618449. OLE color: 16618449.
HSL color Cylindrical-coordinate representation of color #D193FD: hue angle of 275.09º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D193FD is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 147 | 253 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.01 |
| HSL | 275.09º | 0.96% | 0.78% | - |
| HSV(B) | 275.09º | 0.42% | 0.99% | - |
| XYZ | 54.46 | 41.51 | 98.07 | - |
| YUV | 177.62 | 170.54 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 253 | 0.17 | 0.42 | 0 | 0.01 | 275.09 | 0.96 | 0.78 |
| Hex | D1 | 93 | FD | 11 | 2A | 0 | 1 | 113 | 60 | 4E |
| Octal | 321 | 223 | 375 | 21 | 52 | 0 | 1 | 423 | 140 | 116 |
| Binary | 11010001 | 10010011 | 11111101 | 10001 | 101010 | 0 | 1 | 100010011 | 1100000 | 1001110 |
Color Harmonies of #D193FD
Complementary color
Monochromatic Colors of #D193FD
Black with #D193FD
Text Example
Text Example
White with #D193FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193FD; }
p { color: rgb(209,147,253); }
H1.HeaderClassName
{
color: #D193FD;
}
.AnyTagClassName
{
color: #D193FD;
}
</style>
background-color css
<style>
a { background-color: #D193FD; }
a { background-color: rgb(209,147,253); }
div.DivClassName
{
background-color: #D193FD;
}
.BgClassName
{
background-color: #D193FD;
}
</style>
border-color css
<style>
span { border-color: #D193FD; }
span { border-color: rgb(209,147,253); }
td.TdClassName
{
border-color: #D193FD;
}
.TagClassName
{
border-color: #D193FD;
}
</style>