Shades of Mauve #D8B1FD
Tints of Mauve #D8B1FD
RGB
CMYK
RGB Variations
Color information
#D8B1FD (or 0xD8B1FD) is known color: Mauve. HEX triplet: D8, B1 and FD. RGB value is (216,177,253). Sum of RGB (Red+Green+Blue) = 216+177+253=646 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.44% from 646); Green value is 177 (69.53% from 255 or 27.40% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8B1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8B1FD is #274E02. Grayscale: #C5C5C5. Windows color (decimal): -2575875 or 16626136. OLE color: 16626136.
HSL color Cylindrical-coordinate representation of color #D8B1FD: hue angle of 270.79º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8B1FD is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 177 | 253 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.01 |
| HSL | 270.79º | 0.95% | 0.84% | - |
| HSV(B) | 270.79º | 0.3% | 0.99% | - |
| XYZ | 61.77 | 53.14 | 99.93 | - |
| YUV | 197.33 | 159.42 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 253 | 0.15 | 0.30 | 0 | 0.01 | 270.79 | 0.95 | 0.84 |
| Hex | D8 | B1 | FD | F | 1E | 0 | 1 | 10F | 5F | 54 |
| Octal | 330 | 261 | 375 | 17 | 36 | 0 | 1 | 417 | 137 | 124 |
| Binary | 11011000 | 10110001 | 11111101 | 1111 | 11110 | 0 | 1 | 100001111 | 1011111 | 1010100 |
Color Harmonies of #D8B1FD
Complementary color
Monochromatic Colors of #D8B1FD
Black with #D8B1FD
Text Example
Text Example
White with #D8B1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B1FD; }
p { color: rgb(216,177,253); }
H1.HeaderClassName
{
color: #D8B1FD;
}
.AnyTagClassName
{
color: #D8B1FD;
}
</style>
background-color css
<style>
a { background-color: #D8B1FD; }
a { background-color: rgb(216,177,253); }
div.DivClassName
{
background-color: #D8B1FD;
}
.BgClassName
{
background-color: #D8B1FD;
}
</style>
border-color css
<style>
span { border-color: #D8B1FD; }
span { border-color: rgb(216,177,253); }
td.TdClassName
{
border-color: #D8B1FD;
}
.TagClassName
{
border-color: #D8B1FD;
}
</style>