Shades of Mauve #D29BF8
Tints of Mauve #D29BF8
RGB
CMYK
RGB Variations
Color information
#D29BF8 (or 0xD29BF8) is known color: Mauve. HEX triplet: D2, 9B and F8. RGB value is (210,155,248). Sum of RGB (Red+Green+Blue) = 210+155+248=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #D29BF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29BF8 is #2D6407. Grayscale: #B5B5B5. Windows color (decimal): -2974728 or 16292818. OLE color: 16292818.
HSL color Cylindrical-coordinate representation of color #D29BF8: hue angle of 275.48º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D29BF8 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 155 | 248 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.03 |
| HSL | 275.48º | 0.87% | 0.79% | - |
| HSV(B) | 275.48º | 0.38% | 0.97% | - |
| XYZ | 55.24 | 43.92 | 94.37 | - |
| YUV | 182.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 248 | 0.15 | 0.38 | 0 | 0.03 | 275.48 | 0.87 | 0.79 |
| Hex | D2 | 9B | F8 | F | 26 | 0 | 3 | 113 | 57 | 4F |
| Octal | 322 | 233 | 370 | 17 | 46 | 0 | 3 | 423 | 127 | 117 |
| Binary | 11010010 | 10011011 | 11111000 | 1111 | 100110 | 0 | 11 | 100010011 | 1010111 | 1001111 |
Color Harmonies of #D29BF8
Complementary color
Monochromatic Colors of #D29BF8
Black with #D29BF8
Text Example
Text Example
White with #D29BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BF8; }
p { color: rgb(210,155,248); }
H1.HeaderClassName
{
color: #D29BF8;
}
.AnyTagClassName
{
color: #D29BF8;
}
</style>
background-color css
<style>
a { background-color: #D29BF8; }
a { background-color: rgb(210,155,248); }
div.DivClassName
{
background-color: #D29BF8;
}
.BgClassName
{
background-color: #D29BF8;
}
</style>
border-color css
<style>
span { border-color: #D29BF8; }
span { border-color: rgb(210,155,248); }
td.TdClassName
{
border-color: #D29BF8;
}
.TagClassName
{
border-color: #D29BF8;
}
</style>