Shades of Mauve #D19AFE
Tints of Mauve #D19AFE
RGB
CMYK
RGB Variations
Color information
#D19AFE (or 0xD19AFE) is known color: Mauve. HEX triplet: D1, 9A and FE. RGB value is (209,154,254). Sum of RGB (Red+Green+Blue) = 209+154+254=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #D19AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19AFE is #2E6501. Grayscale: #B5B5B5. Windows color (decimal): -3040514 or 16685777. OLE color: 16685777.
HSL color Cylindrical-coordinate representation of color #D19AFE: hue angle of 273º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D19AFE is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 154 | 254 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.00 |
| HSL | 273º | 0.98% | 0.8% | - |
| HSV(B) | 273º | 0.39% | 1% | - |
| XYZ | 55.74 | 43.82 | 99.29 | - |
| YUV | 181.85 | 168.72 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 254 | 0.18 | 0.39 | 0 | 0.00 | 273 | 0.98 | 0.8 |
| Hex | D1 | 9A | FE | 12 | 27 | 0 | 0 | 111 | 62 | 50 |
| Octal | 321 | 232 | 376 | 22 | 47 | 0 | 0 | 421 | 142 | 120 |
| Binary | 11010001 | 10011010 | 11111110 | 10010 | 100111 | 0 | 0 | 100010001 | 1100010 | 1010000 |
Color Harmonies of #D19AFE
Complementary color
Monochromatic Colors of #D19AFE
Black with #D19AFE
Text Example
Text Example
White with #D19AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19AFE; }
p { color: rgb(209,154,254); }
H1.HeaderClassName
{
color: #D19AFE;
}
.AnyTagClassName
{
color: #D19AFE;
}
</style>
background-color css
<style>
a { background-color: #D19AFE; }
a { background-color: rgb(209,154,254); }
div.DivClassName
{
background-color: #D19AFE;
}
.BgClassName
{
background-color: #D19AFE;
}
</style>
border-color css
<style>
span { border-color: #D19AFE; }
span { border-color: rgb(209,154,254); }
td.TdClassName
{
border-color: #D19AFE;
}
.TagClassName
{
border-color: #D19AFE;
}
</style>