Shades of Mauve #D19BFD
Tints of Mauve #D19BFD
RGB
CMYK
RGB Variations
Color information
#D19BFD (or 0xD19BFD) is known color: Mauve. HEX triplet: D1, 9B and FD. RGB value is (209,155,253). Sum of RGB (Red+Green+Blue) = 209+155+253=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #D19BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19BFD is #2E6402. Grayscale: #B5B5B5. Windows color (decimal): -3040259 or 16620497. OLE color: 16620497.
HSL color Cylindrical-coordinate representation of color #D19BFD: hue angle of 273.06º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D19BFD is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 155 | 253 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.01 |
| HSL | 273.06º | 0.96% | 0.8% | - |
| HSV(B) | 273.06º | 0.39% | 0.99% | - |
| XYZ | 55.75 | 44.09 | 98.5 | - |
| YUV | 182.32 | 167.89 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 253 | 0.17 | 0.39 | 0 | 0.01 | 273.06 | 0.96 | 0.8 |
| Hex | D1 | 9B | FD | 11 | 27 | 0 | 1 | 111 | 60 | 50 |
| Octal | 321 | 233 | 375 | 21 | 47 | 0 | 1 | 421 | 140 | 120 |
| Binary | 11010001 | 10011011 | 11111101 | 10001 | 100111 | 0 | 1 | 100010001 | 1100000 | 1010000 |
Color Harmonies of #D19BFD
Complementary color
Monochromatic Colors of #D19BFD
Black with #D19BFD
Text Example
Text Example
White with #D19BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19BFD; }
p { color: rgb(209,155,253); }
H1.HeaderClassName
{
color: #D19BFD;
}
.AnyTagClassName
{
color: #D19BFD;
}
</style>
background-color css
<style>
a { background-color: #D19BFD; }
a { background-color: rgb(209,155,253); }
div.DivClassName
{
background-color: #D19BFD;
}
.BgClassName
{
background-color: #D19BFD;
}
</style>
border-color css
<style>
span { border-color: #D19BFD; }
span { border-color: rgb(209,155,253); }
td.TdClassName
{
border-color: #D19BFD;
}
.TagClassName
{
border-color: #D19BFD;
}
</style>