Shades of Mauve #D19BFE
Tints of Mauve #D19BFE
RGB
CMYK
RGB Variations
Color information
#D19BFE (or 0xD19BFE) is known color: Mauve. HEX triplet: D1, 9B and FE. RGB value is (209,155,254). Sum of RGB (Red+Green+Blue) = 209+155+254=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #D19BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19BFE is #2E6401. Grayscale: #B6B6B6. Windows color (decimal): -3040258 or 16686033. OLE color: 16686033.
HSL color Cylindrical-coordinate representation of color #D19BFE: hue angle of 272.73º 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 #D19BFE is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 155 | 254 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.00 |
| HSL | 272.73º | 0.98% | 0.8% | - |
| HSV(B) | 272.73º | 0.39% | 1% | - |
| XYZ | 55.91 | 44.15 | 99.34 | - |
| YUV | 182.43 | 168.39 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 254 | 0.18 | 0.39 | 0 | 0.00 | 272.73 | 0.98 | 0.8 |
| Hex | D1 | 9B | FE | 12 | 27 | 0 | 0 | 111 | 62 | 50 |
| Octal | 321 | 233 | 376 | 22 | 47 | 0 | 0 | 421 | 142 | 120 |
| Binary | 11010001 | 10011011 | 11111110 | 10010 | 100111 | 0 | 0 | 100010001 | 1100010 | 1010000 |
Color Harmonies of #D19BFE
Complementary color
Monochromatic Colors of #D19BFE
Black with #D19BFE
Text Example
Text Example
White with #D19BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19BFE; }
p { color: rgb(209,155,254); }
H1.HeaderClassName
{
color: #D19BFE;
}
.AnyTagClassName
{
color: #D19BFE;
}
</style>
background-color css
<style>
a { background-color: #D19BFE; }
a { background-color: rgb(209,155,254); }
div.DivClassName
{
background-color: #D19BFE;
}
.BgClassName
{
background-color: #D19BFE;
}
</style>
border-color css
<style>
span { border-color: #D19BFE; }
span { border-color: rgb(209,155,254); }
td.TdClassName
{
border-color: #D19BFE;
}
.TagClassName
{
border-color: #D19BFE;
}
</style>