Shades of Mauve #D6B1F9
Tints of Mauve #D6B1F9
RGB
CMYK
RGB Variations
Color information
#D6B1F9 (or 0xD6B1F9) is known color: Mauve. HEX triplet: D6, B1 and F9. RGB value is (214,177,249). Sum of RGB (Red+Green+Blue) = 214+177+249=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 177 (69.53% from 255 or 27.66% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #D6B1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6B1F9 is #294E06. Grayscale: #C4C4C4. Windows color (decimal): -2706951 or 16363990. OLE color: 16363990.
HSL color Cylindrical-coordinate representation of color #D6B1F9: hue angle of 270.83º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6B1F9 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 177 | 249 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.02 |
| HSL | 270.83º | 0.86% | 0.84% | - |
| HSV(B) | 270.83º | 0.29% | 0.98% | - |
| XYZ | 60.55 | 52.58 | 96.58 | - |
| YUV | 196.27 | 157.76 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 249 | 0.14 | 0.29 | 0 | 0.02 | 270.83 | 0.86 | 0.84 |
| Hex | D6 | B1 | F9 | E | 1D | 0 | 2 | 10F | 56 | 54 |
| Octal | 326 | 261 | 371 | 16 | 35 | 0 | 2 | 417 | 126 | 124 |
| Binary | 11010110 | 10110001 | 11111001 | 1110 | 11101 | 0 | 10 | 100001111 | 1010110 | 1010100 |
Color Harmonies of #D6B1F9
Complementary color
Monochromatic Colors of #D6B1F9
Black with #D6B1F9
Text Example
Text Example
White with #D6B1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B1F9; }
p { color: rgb(214,177,249); }
H1.HeaderClassName
{
color: #D6B1F9;
}
.AnyTagClassName
{
color: #D6B1F9;
}
</style>
background-color css
<style>
a { background-color: #D6B1F9; }
a { background-color: rgb(214,177,249); }
div.DivClassName
{
background-color: #D6B1F9;
}
.BgClassName
{
background-color: #D6B1F9;
}
</style>
border-color css
<style>
span { border-color: #D6B1F9; }
span { border-color: rgb(214,177,249); }
td.TdClassName
{
border-color: #D6B1F9;
}
.TagClassName
{
border-color: #D6B1F9;
}
</style>