Shades of Mauve #D198FF
Tints of Mauve #D198FF
RGB
CMYK
RGB Variations
Color information
#D198FF (or 0xD198FF) is known color: Mauve. HEX triplet: D1, 98 and FF. RGB value is (209,152,255). Sum of RGB (Red+Green+Blue) = 209+152+255=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 152 (59.77% from 255 or 24.68% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #D198FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D198FF is #2E6700. Grayscale: #B4B4B4. Windows color (decimal): -3041025 or 16750801. OLE color: 16750801.
HSL color Cylindrical-coordinate representation of color #D198FF: hue angle of 273.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D198FF is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 152 | 255 | - |
| CMYK | 0.18 | 0.40 | 0 | 0 |
| HSL | 273.2º | 1% | 0.8% | - |
| HSV(B) | 273.2º | 0.4% | 1% | - |
| XYZ | 55.57 | 43.23 | 100.02 | - |
| YUV | 180.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 255 | 0.18 | 0.40 | 0 | 0 | 273.2 | 1 | 0.8 |
| Hex | D1 | 98 | FF | 12 | 28 | 0 | 0 | 111 | 64 | 50 |
| Octal | 321 | 230 | 377 | 22 | 50 | 0 | 0 | 421 | 144 | 120 |
| Binary | 11010001 | 10011000 | 11111111 | 10010 | 101000 | 0 | 0 | 100010001 | 1100100 | 1010000 |
Color Harmonies of #D198FF
Complementary color
Monochromatic Colors of #D198FF
Black with #D198FF
Text Example
Text Example
White with #D198FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D198FF; }
p { color: rgb(209,152,255); }
H1.HeaderClassName
{
color: #D198FF;
}
.AnyTagClassName
{
color: #D198FF;
}
</style>
background-color css
<style>
a { background-color: #D198FF; }
a { background-color: rgb(209,152,255); }
div.DivClassName
{
background-color: #D198FF;
}
.BgClassName
{
background-color: #D198FF;
}
</style>
border-color css
<style>
span { border-color: #D198FF; }
span { border-color: rgb(209,152,255); }
td.TdClassName
{
border-color: #D198FF;
}
.TagClassName
{
border-color: #D198FF;
}
</style>