Shades of Mauve #D194FF
Tints of Mauve #D194FF
RGB
CMYK
RGB Variations
Color information
#D194FF (or 0xD194FF) is known color: Mauve. HEX triplet: D1, 94 and FF. RGB value is (209,148,255). Sum of RGB (Red+Green+Blue) = 209+148+255=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 148 (58.20% from 255 or 24.18% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #D194FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D194FF is #2E6B00. Grayscale: #B2B2B2. Windows color (decimal): -3042049 or 16749777. OLE color: 16749777.
HSL color Cylindrical-coordinate representation of color #D194FF: hue angle of 274.21º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D194FF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 148 | 255 | - |
| CMYK | 0.18 | 0.42 | 0 | 0 |
| HSL | 274.21º | 1% | 0.79% | - |
| HSV(B) | 274.21º | 0.42% | 1% | - |
| XYZ | 54.93 | 41.96 | 99.81 | - |
| YUV | 178.44 | 171.21 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 255 | 0.18 | 0.42 | 0 | 0 | 274.21 | 1 | 0.79 |
| Hex | D1 | 94 | FF | 12 | 2A | 0 | 0 | 112 | 64 | 4F |
| Octal | 321 | 224 | 377 | 22 | 52 | 0 | 0 | 422 | 144 | 117 |
| Binary | 11010001 | 10010100 | 11111111 | 10010 | 101010 | 0 | 0 | 100010010 | 1100100 | 1001111 |
Color Harmonies of #D194FF
Complementary color
Monochromatic Colors of #D194FF
Black with #D194FF
Text Example
Text Example
White with #D194FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D194FF; }
p { color: rgb(209,148,255); }
H1.HeaderClassName
{
color: #D194FF;
}
.AnyTagClassName
{
color: #D194FF;
}
</style>
background-color css
<style>
a { background-color: #D194FF; }
a { background-color: rgb(209,148,255); }
div.DivClassName
{
background-color: #D194FF;
}
.BgClassName
{
background-color: #D194FF;
}
</style>
border-color css
<style>
span { border-color: #D194FF; }
span { border-color: rgb(209,148,255); }
td.TdClassName
{
border-color: #D194FF;
}
.TagClassName
{
border-color: #D194FF;
}
</style>