Shades of Mauve #D195FF
Tints of Mauve #D195FF
RGB
CMYK
RGB Variations
Color information
#D195FF (or 0xD195FF) is known color: Mauve. HEX triplet: D1, 95 and FF. RGB value is (209,149,255). Sum of RGB (Red+Green+Blue) = 209+149+255=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #D195FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D195FF is #2E6A00. Grayscale: #B2B2B2. Windows color (decimal): -3041793 or 16750033. OLE color: 16750033.
HSL color Cylindrical-coordinate representation of color #D195FF: hue angle of 273.96º 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 #D195FF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 149 | 255 | - |
| CMYK | 0.18 | 0.42 | 0 | 0 |
| HSL | 273.96º | 1% | 0.79% | - |
| HSV(B) | 273.96º | 0.42% | 1% | - |
| XYZ | 55.09 | 42.27 | 99.86 | - |
| YUV | 179.02 | 170.88 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 255 | 0.18 | 0.42 | 0 | 0 | 273.96 | 1 | 0.79 |
| Hex | D1 | 95 | FF | 12 | 2A | 0 | 0 | 112 | 64 | 4F |
| Octal | 321 | 225 | 377 | 22 | 52 | 0 | 0 | 422 | 144 | 117 |
| Binary | 11010001 | 10010101 | 11111111 | 10010 | 101010 | 0 | 0 | 100010010 | 1100100 | 1001111 |
Color Harmonies of #D195FF
Complementary color
Monochromatic Colors of #D195FF
Black with #D195FF
Text Example
Text Example
White with #D195FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D195FF; }
p { color: rgb(209,149,255); }
H1.HeaderClassName
{
color: #D195FF;
}
.AnyTagClassName
{
color: #D195FF;
}
</style>
background-color css
<style>
a { background-color: #D195FF; }
a { background-color: rgb(209,149,255); }
div.DivClassName
{
background-color: #D195FF;
}
.BgClassName
{
background-color: #D195FF;
}
</style>
border-color css
<style>
span { border-color: #D195FF; }
span { border-color: rgb(209,149,255); }
td.TdClassName
{
border-color: #D195FF;
}
.TagClassName
{
border-color: #D195FF;
}
</style>