Shades of Mauve #D29BFD
Tints of Mauve #D29BFD
RGB
CMYK
RGB Variations
Color information
#D29BFD (or 0xD29BFD) is known color: Mauve. HEX triplet: D2, 9B and FD. RGB value is (210,155,253). Sum of RGB (Red+Green+Blue) = 210+155+253=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #D29BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29BFD is #2D6402. Grayscale: #B6B6B6. Windows color (decimal): -2974723 or 16620498. OLE color: 16620498.
HSL color Cylindrical-coordinate representation of color #D29BFD: hue angle of 273.67º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D29BFD is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 155 | 253 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.01 |
| HSL | 273.67º | 0.96% | 0.8% | - |
| HSV(B) | 273.67º | 0.39% | 0.99% | - |
| XYZ | 56.03 | 44.24 | 98.51 | - |
| YUV | 182.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 253 | 0.17 | 0.39 | 0 | 0.01 | 273.67 | 0.96 | 0.8 |
| Hex | D2 | 9B | FD | 11 | 27 | 0 | 1 | 112 | 60 | 50 |
| Octal | 322 | 233 | 375 | 21 | 47 | 0 | 1 | 422 | 140 | 120 |
| Binary | 11010010 | 10011011 | 11111101 | 10001 | 100111 | 0 | 1 | 100010010 | 1100000 | 1010000 |
Color Harmonies of #D29BFD
Complementary color
Monochromatic Colors of #D29BFD
Black with #D29BFD
Text Example
Text Example
White with #D29BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BFD; }
p { color: rgb(210,155,253); }
H1.HeaderClassName
{
color: #D29BFD;
}
.AnyTagClassName
{
color: #D29BFD;
}
</style>
background-color css
<style>
a { background-color: #D29BFD; }
a { background-color: rgb(210,155,253); }
div.DivClassName
{
background-color: #D29BFD;
}
.BgClassName
{
background-color: #D29BFD;
}
</style>
border-color css
<style>
span { border-color: #D29BFD; }
span { border-color: rgb(210,155,253); }
td.TdClassName
{
border-color: #D29BFD;
}
.TagClassName
{
border-color: #D29BFD;
}
</style>