Shades of Mauve #D49BFE
Tints of Mauve #D49BFE
RGB
CMYK
RGB Variations
Color information
#D49BFE (or 0xD49BFE) is known color: Mauve. HEX triplet: D4, 9B and FE. RGB value is (212,155,254). Sum of RGB (Red+Green+Blue) = 212+155+254=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #D49BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49BFE is #2B6401. Grayscale: #B6B6B6. Windows color (decimal): -2843650 or 16686036. OLE color: 16686036.
HSL color Cylindrical-coordinate representation of color #D49BFE: hue angle of 274.55º 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 #D49BFE is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 155 | 254 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.00 |
| HSL | 274.55º | 0.98% | 0.8% | - |
| HSV(B) | 274.55º | 0.39% | 1% | - |
| XYZ | 56.76 | 44.6 | 99.38 | - |
| YUV | 183.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 254 | 0.17 | 0.39 | 0 | 0.00 | 274.55 | 0.98 | 0.8 |
| Hex | D4 | 9B | FE | 11 | 27 | 0 | 0 | 113 | 62 | 50 |
| Octal | 324 | 233 | 376 | 21 | 47 | 0 | 0 | 423 | 142 | 120 |
| Binary | 11010100 | 10011011 | 11111110 | 10001 | 100111 | 0 | 0 | 100010011 | 1100010 | 1010000 |
Color Harmonies of #D49BFE
Complementary color
Monochromatic Colors of #D49BFE
Black with #D49BFE
Text Example
Text Example
White with #D49BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49BFE; }
p { color: rgb(212,155,254); }
H1.HeaderClassName
{
color: #D49BFE;
}
.AnyTagClassName
{
color: #D49BFE;
}
</style>
background-color css
<style>
a { background-color: #D49BFE; }
a { background-color: rgb(212,155,254); }
div.DivClassName
{
background-color: #D49BFE;
}
.BgClassName
{
background-color: #D49BFE;
}
</style>
border-color css
<style>
span { border-color: #D49BFE; }
span { border-color: rgb(212,155,254); }
td.TdClassName
{
border-color: #D49BFE;
}
.TagClassName
{
border-color: #D49BFE;
}
</style>