Shades of Mauve #D3B1F6
Tints of Mauve #D3B1F6
RGB
CMYK
RGB Variations
Color information
#D3B1F6 (or 0xD3B1F6) is known color: Mauve. HEX triplet: D3, B1 and F6. RGB value is (211,177,246). Sum of RGB (Red+Green+Blue) = 211+177+246=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #D3B1F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3B1F6 is #2C4E09. Grayscale: #C2C2C2. Windows color (decimal): -2903562 or 16167379. OLE color: 16167379.
HSL color Cylindrical-coordinate representation of color #D3B1F6: hue angle of 269.57º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3B1F6 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 177 | 246 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.04 |
| HSL | 269.57º | 0.79% | 0.83% | - |
| HSV(B) | 269.57º | 0.28% | 0.96% | - |
| XYZ | 59.22 | 51.95 | 94.09 | - |
| YUV | 195.03 | 156.76 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 177 | 246 | 0.14 | 0.28 | 0 | 0.04 | 269.57 | 0.79 | 0.83 |
| Hex | D3 | B1 | F6 | E | 1C | 0 | 4 | 10E | 4F | 53 |
| Octal | 323 | 261 | 366 | 16 | 34 | 0 | 4 | 416 | 117 | 123 |
| Binary | 11010011 | 10110001 | 11110110 | 1110 | 11100 | 0 | 100 | 100001110 | 1001111 | 1010011 |
Color Harmonies of #D3B1F6
Complementary color
Monochromatic Colors of #D3B1F6
Black with #D3B1F6
Text Example
Text Example
White with #D3B1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B1F6; }
p { color: rgb(211,177,246); }
H1.HeaderClassName
{
color: #D3B1F6;
}
.AnyTagClassName
{
color: #D3B1F6;
}
</style>
background-color css
<style>
a { background-color: #D3B1F6; }
a { background-color: rgb(211,177,246); }
div.DivClassName
{
background-color: #D3B1F6;
}
.BgClassName
{
background-color: #D3B1F6;
}
</style>
border-color css
<style>
span { border-color: #D3B1F6; }
span { border-color: rgb(211,177,246); }
td.TdClassName
{
border-color: #D3B1F6;
}
.TagClassName
{
border-color: #D3B1F6;
}
</style>