Shades of Mauve #D5B1F6
Tints of Mauve #D5B1F6
RGB
CMYK
RGB Variations
Color information
#D5B1F6 (or 0xD5B1F6) is known color: Mauve. HEX triplet: D5, B1 and F6. RGB value is (213,177,246). Sum of RGB (Red+Green+Blue) = 213+177+246=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #D5B1F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5B1F6 is #2A4E09. Grayscale: #C3C3C3. Windows color (decimal): -2772490 or 16167381. OLE color: 16167381.
HSL color Cylindrical-coordinate representation of color #D5B1F6: hue angle of 271.3º 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 #D5B1F6 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 177 | 246 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.04 |
| HSL | 271.3º | 0.79% | 0.83% | - |
| HSV(B) | 271.3º | 0.28% | 0.96% | - |
| XYZ | 59.8 | 52.24 | 94.12 | - |
| YUV | 195.63 | 156.43 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 177 | 246 | 0.13 | 0.28 | 0 | 0.04 | 271.3 | 0.79 | 0.83 |
| Hex | D5 | B1 | F6 | D | 1C | 0 | 4 | 10F | 4F | 53 |
| Octal | 325 | 261 | 366 | 15 | 34 | 0 | 4 | 417 | 117 | 123 |
| Binary | 11010101 | 10110001 | 11110110 | 1101 | 11100 | 0 | 100 | 100001111 | 1001111 | 1010011 |
Color Harmonies of #D5B1F6
Complementary color
Monochromatic Colors of #D5B1F6
Black with #D5B1F6
Text Example
Text Example
White with #D5B1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B1F6; }
p { color: rgb(213,177,246); }
H1.HeaderClassName
{
color: #D5B1F6;
}
.AnyTagClassName
{
color: #D5B1F6;
}
</style>
background-color css
<style>
a { background-color: #D5B1F6; }
a { background-color: rgb(213,177,246); }
div.DivClassName
{
background-color: #D5B1F6;
}
.BgClassName
{
background-color: #D5B1F6;
}
</style>
border-color css
<style>
span { border-color: #D5B1F6; }
span { border-color: rgb(213,177,246); }
td.TdClassName
{
border-color: #D5B1F6;
}
.TagClassName
{
border-color: #D5B1F6;
}
</style>