Shades of Mauve #D8B1F1
Tints of Mauve #D8B1F1
RGB
CMYK
RGB Variations
Color information
#D8B1F1 (or 0xD8B1F1) is known color: Mauve. HEX triplet: D8, B1 and F1. RGB value is (216,177,241). Sum of RGB (Red+Green+Blue) = 216+177+241=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8B1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8B1F1 is #274E0E. Grayscale: #C3C3C3. Windows color (decimal): -2575887 or 15839704. OLE color: 15839704.
HSL color Cylindrical-coordinate representation of color #D8B1F1: hue angle of 276.56º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8B1F1 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 177 | 241 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.05 |
| HSL | 276.56º | 0.7% | 0.82% | - |
| HSV(B) | 276.56º | 0.27% | 0.95% | - |
| XYZ | 59.92 | 52.39 | 90.17 | - |
| YUV | 195.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 241 | 0.10 | 0.27 | 0 | 0.05 | 276.56 | 0.7 | 0.82 |
| Hex | D8 | B1 | F1 | A | 1B | 0 | 5 | 115 | 46 | 52 |
| Octal | 330 | 261 | 361 | 12 | 33 | 0 | 5 | 425 | 106 | 122 |
| Binary | 11011000 | 10110001 | 11110001 | 1010 | 11011 | 0 | 101 | 100010101 | 1000110 | 1010010 |
Color Harmonies of #D8B1F1
Complementary color
Monochromatic Colors of #D8B1F1
Black with #D8B1F1
Text Example
Text Example
White with #D8B1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B1F1; }
p { color: rgb(216,177,241); }
H1.HeaderClassName
{
color: #D8B1F1;
}
.AnyTagClassName
{
color: #D8B1F1;
}
</style>
background-color css
<style>
a { background-color: #D8B1F1; }
a { background-color: rgb(216,177,241); }
div.DivClassName
{
background-color: #D8B1F1;
}
.BgClassName
{
background-color: #D8B1F1;
}
</style>
border-color css
<style>
span { border-color: #D8B1F1; }
span { border-color: rgb(216,177,241); }
td.TdClassName
{
border-color: #D8B1F1;
}
.TagClassName
{
border-color: #D8B1F1;
}
</style>