Shades of Mauve #D19BF9
Tints of Mauve #D19BF9
RGB
CMYK
RGB Variations
Color information
#D19BF9 (or 0xD19BF9) is known color: Mauve. HEX triplet: D1, 9B and F9. RGB value is (209,155,249). Sum of RGB (Red+Green+Blue) = 209+155+249=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #D19BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19BF9 is #2E6406. Grayscale: #B5B5B5. Windows color (decimal): -3040263 or 16358353. OLE color: 16358353.
HSL color Cylindrical-coordinate representation of color #D19BF9: hue angle of 274.47º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D19BF9 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 155 | 249 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.02 |
| HSL | 274.47º | 0.89% | 0.79% | - |
| HSV(B) | 274.47º | 0.38% | 0.98% | - |
| XYZ | 55.11 | 43.84 | 95.18 | - |
| YUV | 181.86 | 165.89 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 249 | 0.16 | 0.38 | 0 | 0.02 | 274.47 | 0.89 | 0.79 |
| Hex | D1 | 9B | F9 | 10 | 26 | 0 | 2 | 112 | 59 | 4F |
| Octal | 321 | 233 | 371 | 20 | 46 | 0 | 2 | 422 | 131 | 117 |
| Binary | 11010001 | 10011011 | 11111001 | 10000 | 100110 | 0 | 10 | 100010010 | 1011001 | 1001111 |
Color Harmonies of #D19BF9
Complementary color
Monochromatic Colors of #D19BF9
Black with #D19BF9
Text Example
Text Example
White with #D19BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19BF9; }
p { color: rgb(209,155,249); }
H1.HeaderClassName
{
color: #D19BF9;
}
.AnyTagClassName
{
color: #D19BF9;
}
</style>
background-color css
<style>
a { background-color: #D19BF9; }
a { background-color: rgb(209,155,249); }
div.DivClassName
{
background-color: #D19BF9;
}
.BgClassName
{
background-color: #D19BF9;
}
</style>
border-color css
<style>
span { border-color: #D19BF9; }
span { border-color: rgb(209,155,249); }
td.TdClassName
{
border-color: #D19BF9;
}
.TagClassName
{
border-color: #D19BF9;
}
</style>