Shades of Mauve #D19AFB
Tints of Mauve #D19AFB
RGB
CMYK
RGB Variations
Color information
#D19AFB (or 0xD19AFB) is known color: Mauve. HEX triplet: D1, 9A and FB. RGB value is (209,154,251). Sum of RGB (Red+Green+Blue) = 209+154+251=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #D19AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19AFB is #2E6504. Grayscale: #B5B5B5. Windows color (decimal): -3040517 or 16489169. OLE color: 16489169.
HSL color Cylindrical-coordinate representation of color #D19AFB: hue angle of 274.02º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D19AFB is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 154 | 251 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.02 |
| HSL | 274.02º | 0.92% | 0.79% | - |
| HSV(B) | 274.02º | 0.39% | 0.98% | - |
| XYZ | 55.26 | 43.63 | 96.78 | - |
| YUV | 181.5 | 167.22 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 251 | 0.17 | 0.39 | 0 | 0.02 | 274.02 | 0.92 | 0.79 |
| Hex | D1 | 9A | FB | 11 | 27 | 0 | 2 | 112 | 5C | 4F |
| Octal | 321 | 232 | 373 | 21 | 47 | 0 | 2 | 422 | 134 | 117 |
| Binary | 11010001 | 10011010 | 11111011 | 10001 | 100111 | 0 | 10 | 100010010 | 1011100 | 1001111 |
Color Harmonies of #D19AFB
Complementary color
Monochromatic Colors of #D19AFB
Black with #D19AFB
Text Example
Text Example
White with #D19AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19AFB; }
p { color: rgb(209,154,251); }
H1.HeaderClassName
{
color: #D19AFB;
}
.AnyTagClassName
{
color: #D19AFB;
}
</style>
background-color css
<style>
a { background-color: #D19AFB; }
a { background-color: rgb(209,154,251); }
div.DivClassName
{
background-color: #D19AFB;
}
.BgClassName
{
background-color: #D19AFB;
}
</style>
border-color css
<style>
span { border-color: #D19AFB; }
span { border-color: rgb(209,154,251); }
td.TdClassName
{
border-color: #D19AFB;
}
.TagClassName
{
border-color: #D19AFB;
}
</style>