Shades of Mauve #D19DFE
Tints of Mauve #D19DFE
RGB
CMYK
RGB Variations
Color information
#D19DFE (or 0xD19DFE) is known color: Mauve. HEX triplet: D1, 9D and FE. RGB value is (209,157,254). Sum of RGB (Red+Green+Blue) = 209+157+254=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 157 (61.72% from 255 or 25.32% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #D19DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19DFE is #2E6201. Grayscale: #B7B7B7. Windows color (decimal): -3039746 or 16686545. OLE color: 16686545.
HSL color Cylindrical-coordinate representation of color #D19DFE: hue angle of 272.16º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D19DFE is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 157 | 254 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.00 |
| HSL | 272.16º | 0.98% | 0.81% | - |
| HSV(B) | 272.16º | 0.38% | 1% | - |
| XYZ | 56.24 | 44.83 | 99.45 | - |
| YUV | 183.61 | 167.73 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 254 | 0.18 | 0.38 | 0 | 0.00 | 272.16 | 0.98 | 0.81 |
| Hex | D1 | 9D | FE | 12 | 26 | 0 | 0 | 110 | 62 | 51 |
| Octal | 321 | 235 | 376 | 22 | 46 | 0 | 0 | 420 | 142 | 121 |
| Binary | 11010001 | 10011101 | 11111110 | 10010 | 100110 | 0 | 0 | 100010000 | 1100010 | 1010001 |
Color Harmonies of #D19DFE
Complementary color
Monochromatic Colors of #D19DFE
Black with #D19DFE
Text Example
Text Example
White with #D19DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19DFE; }
p { color: rgb(209,157,254); }
H1.HeaderClassName
{
color: #D19DFE;
}
.AnyTagClassName
{
color: #D19DFE;
}
</style>
background-color css
<style>
a { background-color: #D19DFE; }
a { background-color: rgb(209,157,254); }
div.DivClassName
{
background-color: #D19DFE;
}
.BgClassName
{
background-color: #D19DFE;
}
</style>
border-color css
<style>
span { border-color: #D19DFE; }
span { border-color: rgb(209,157,254); }
td.TdClassName
{
border-color: #D19DFE;
}
.TagClassName
{
border-color: #D19DFE;
}
</style>