Shades of Mauve #D29DF8
Tints of Mauve #D29DF8
RGB
CMYK
RGB Variations
Color information
#D29DF8 (or 0xD29DF8) is known color: Mauve. HEX triplet: D2, 9D and F8. RGB value is (210,157,248). Sum of RGB (Red+Green+Blue) = 210+157+248=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 157 (61.72% from 255 or 25.53% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #D29DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29DF8 is #2D6207. Grayscale: #B6B6B6. Windows color (decimal): -2974216 or 16293330. OLE color: 16293330.
HSL color Cylindrical-coordinate representation of color #D29DF8: hue angle of 274.95º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D29DF8 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 157 | 248 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.03 |
| HSL | 274.95º | 0.87% | 0.79% | - |
| HSV(B) | 274.95º | 0.37% | 0.97% | - |
| XYZ | 55.58 | 44.59 | 94.48 | - |
| YUV | 183.22 | 164.56 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 248 | 0.15 | 0.37 | 0 | 0.03 | 274.95 | 0.87 | 0.79 |
| Hex | D2 | 9D | F8 | F | 25 | 0 | 3 | 113 | 57 | 4F |
| Octal | 322 | 235 | 370 | 17 | 45 | 0 | 3 | 423 | 127 | 117 |
| Binary | 11010010 | 10011101 | 11111000 | 1111 | 100101 | 0 | 11 | 100010011 | 1010111 | 1001111 |
Color Harmonies of #D29DF8
Complementary color
Monochromatic Colors of #D29DF8
Black with #D29DF8
Text Example
Text Example
White with #D29DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29DF8; }
p { color: rgb(210,157,248); }
H1.HeaderClassName
{
color: #D29DF8;
}
.AnyTagClassName
{
color: #D29DF8;
}
</style>
background-color css
<style>
a { background-color: #D29DF8; }
a { background-color: rgb(210,157,248); }
div.DivClassName
{
background-color: #D29DF8;
}
.BgClassName
{
background-color: #D29DF8;
}
</style>
border-color css
<style>
span { border-color: #D29DF8; }
span { border-color: rgb(210,157,248); }
td.TdClassName
{
border-color: #D29DF8;
}
.TagClassName
{
border-color: #D29DF8;
}
</style>