Shades of Mauve #D29AF6
Tints of Mauve #D29AF6
RGB
CMYK
RGB Variations
Color information
#D29AF6 (or 0xD29AF6) is known color: Mauve. HEX triplet: D2, 9A and F6. RGB value is (210,154,246). Sum of RGB (Red+Green+Blue) = 210+154+246=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #D29AF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29AF6 is #2D6509. Grayscale: #B4B4B4. Windows color (decimal): -2974986 or 16161490. OLE color: 16161490.
HSL color Cylindrical-coordinate representation of color #D29AF6: hue angle of 276.52º degrees, saturation: 0.84, 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 #D29AF6 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 154 | 246 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.04 |
| HSL | 276.52º | 0.84% | 0.78% | - |
| HSV(B) | 276.52º | 0.37% | 0.96% | - |
| XYZ | 54.77 | 43.47 | 92.69 | - |
| YUV | 181.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 246 | 0.15 | 0.37 | 0 | 0.04 | 276.52 | 0.84 | 0.78 |
| Hex | D2 | 9A | F6 | F | 25 | 0 | 4 | 115 | 54 | 4E |
| Octal | 322 | 232 | 366 | 17 | 45 | 0 | 4 | 425 | 124 | 116 |
| Binary | 11010010 | 10011010 | 11110110 | 1111 | 100101 | 0 | 100 | 100010101 | 1010100 | 1001110 |
Color Harmonies of #D29AF6
Complementary color
Monochromatic Colors of #D29AF6
Black with #D29AF6
Text Example
Text Example
White with #D29AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29AF6; }
p { color: rgb(210,154,246); }
H1.HeaderClassName
{
color: #D29AF6;
}
.AnyTagClassName
{
color: #D29AF6;
}
</style>
background-color css
<style>
a { background-color: #D29AF6; }
a { background-color: rgb(210,154,246); }
div.DivClassName
{
background-color: #D29AF6;
}
.BgClassName
{
background-color: #D29AF6;
}
</style>
border-color css
<style>
span { border-color: #D29AF6; }
span { border-color: rgb(210,154,246); }
td.TdClassName
{
border-color: #D29AF6;
}
.TagClassName
{
border-color: #D29AF6;
}
</style>