Shades of Mauve #D196FF
Tints of Mauve #D196FF
RGB
CMYK
RGB Variations
Color information
#D196FF (or 0xD196FF) is known color: Mauve. HEX triplet: D1, 96 and FF. RGB value is (209,150,255). Sum of RGB (Red+Green+Blue) = 209+150+255=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 150 (58.98% from 255 or 24.43% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #D196FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D196FF is #2E6900. Grayscale: #B3B3B3. Windows color (decimal): -3041537 or 16750289. OLE color: 16750289.
HSL color Cylindrical-coordinate representation of color #D196FF: hue angle of 273.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D196FF is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 150 | 255 | - |
| CMYK | 0.18 | 0.41 | 0 | 0 |
| HSL | 273.71º | 1% | 0.79% | - |
| HSV(B) | 273.71º | 0.41% | 1% | - |
| XYZ | 55.25 | 42.59 | 99.92 | - |
| YUV | 179.61 | 170.55 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 255 | 0.18 | 0.41 | 0 | 0 | 273.71 | 1 | 0.79 |
| Hex | D1 | 96 | FF | 12 | 29 | 0 | 0 | 112 | 64 | 4F |
| Octal | 321 | 226 | 377 | 22 | 51 | 0 | 0 | 422 | 144 | 117 |
| Binary | 11010001 | 10010110 | 11111111 | 10010 | 101001 | 0 | 0 | 100010010 | 1100100 | 1001111 |
Color Harmonies of #D196FF
Complementary color
Monochromatic Colors of #D196FF
Black with #D196FF
Text Example
Text Example
White with #D196FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D196FF; }
p { color: rgb(209,150,255); }
H1.HeaderClassName
{
color: #D196FF;
}
.AnyTagClassName
{
color: #D196FF;
}
</style>
background-color css
<style>
a { background-color: #D196FF; }
a { background-color: rgb(209,150,255); }
div.DivClassName
{
background-color: #D196FF;
}
.BgClassName
{
background-color: #D196FF;
}
</style>
border-color css
<style>
span { border-color: #D196FF; }
span { border-color: rgb(209,150,255); }
td.TdClassName
{
border-color: #D196FF;
}
.TagClassName
{
border-color: #D196FF;
}
</style>