Shades of Mauve #D29BF5
Tints of Mauve #D29BF5
RGB
CMYK
RGB Variations
Color information
#D29BF5 (or 0xD29BF5) is known color: Mauve. HEX triplet: D2, 9B and F5. RGB value is (210,155,245). Sum of RGB (Red+Green+Blue) = 210+155+245=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 245 - color contains mainly: blue. Hex color #D29BF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29BF5 is #2D640A. Grayscale: #B5B5B5. Windows color (decimal): -2974731 or 16096210. OLE color: 16096210.
HSL color Cylindrical-coordinate representation of color #D29BF5: hue angle of 276.67º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D29BF5 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 155 | 245 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.04 |
| HSL | 276.67º | 0.82% | 0.78% | - |
| HSV(B) | 276.67º | 0.37% | 0.96% | - |
| XYZ | 54.78 | 43.74 | 91.94 | - |
| YUV | 181.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 245 | 0.14 | 0.37 | 0 | 0.04 | 276.67 | 0.82 | 0.78 |
| Hex | D2 | 9B | F5 | E | 25 | 0 | 4 | 115 | 52 | 4E |
| Octal | 322 | 233 | 365 | 16 | 45 | 0 | 4 | 425 | 122 | 116 |
| Binary | 11010010 | 10011011 | 11110101 | 1110 | 100101 | 0 | 100 | 100010101 | 1010010 | 1001110 |
Color Harmonies of #D29BF5
Complementary color
Monochromatic Colors of #D29BF5
Black with #D29BF5
Text Example
Text Example
White with #D29BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BF5; }
p { color: rgb(210,155,245); }
H1.HeaderClassName
{
color: #D29BF5;
}
.AnyTagClassName
{
color: #D29BF5;
}
</style>
background-color css
<style>
a { background-color: #D29BF5; }
a { background-color: rgb(210,155,245); }
div.DivClassName
{
background-color: #D29BF5;
}
.BgClassName
{
background-color: #D29BF5;
}
</style>
border-color css
<style>
span { border-color: #D29BF5; }
span { border-color: rgb(210,155,245); }
td.TdClassName
{
border-color: #D29BF5;
}
.TagClassName
{
border-color: #D29BF5;
}
</style>