Shades of Mauve #D29AFB
Tints of Mauve #D29AFB
RGB
CMYK
RGB Variations
Color information
#D29AFB (or 0xD29AFB) is known color: Mauve. HEX triplet: D2, 9A and FB. RGB value is (210,154,251). Sum of RGB (Red+Green+Blue) = 210+154+251=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #D29AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29AFB is #2D6504. Grayscale: #B5B5B5. Windows color (decimal): -2974981 or 16489170. OLE color: 16489170.
HSL color Cylindrical-coordinate representation of color #D29AFB: hue angle of 274.64º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D29AFB is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 154 | 251 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.02 |
| HSL | 274.64º | 0.92% | 0.79% | - |
| HSV(B) | 274.64º | 0.39% | 0.98% | - |
| XYZ | 55.55 | 43.78 | 96.79 | - |
| YUV | 181.8 | 167.05 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 251 | 0.16 | 0.39 | 0 | 0.02 | 274.64 | 0.92 | 0.79 |
| Hex | D2 | 9A | FB | 10 | 27 | 0 | 2 | 113 | 5C | 4F |
| Octal | 322 | 232 | 373 | 20 | 47 | 0 | 2 | 423 | 134 | 117 |
| Binary | 11010010 | 10011010 | 11111011 | 10000 | 100111 | 0 | 10 | 100010011 | 1011100 | 1001111 |
Color Harmonies of #D29AFB
Complementary color
Monochromatic Colors of #D29AFB
Black with #D29AFB
Text Example
Text Example
White with #D29AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29AFB; }
p { color: rgb(210,154,251); }
H1.HeaderClassName
{
color: #D29AFB;
}
.AnyTagClassName
{
color: #D29AFB;
}
</style>
background-color css
<style>
a { background-color: #D29AFB; }
a { background-color: rgb(210,154,251); }
div.DivClassName
{
background-color: #D29AFB;
}
.BgClassName
{
background-color: #D29AFB;
}
</style>
border-color css
<style>
span { border-color: #D29AFB; }
span { border-color: rgb(210,154,251); }
td.TdClassName
{
border-color: #D29AFB;
}
.TagClassName
{
border-color: #D29AFB;
}
</style>