Shades of Mauve #D2A8FD
Tints of Mauve #D2A8FD
RGB
CMYK
RGB Variations
Color information
#D2A8FD (or 0xD2A8FD) is known color: Mauve. HEX triplet: D2, A8 and FD. RGB value is (210,168,253). Sum of RGB (Red+Green+Blue) = 210+168+253=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 168 (66.02% from 255 or 26.62% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2A8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A8FD is #2D5702. Grayscale: #BDBDBD. Windows color (decimal): -2971395 or 16623826. OLE color: 16623826.
HSL color Cylindrical-coordinate representation of color #D2A8FD: hue angle of 269.65º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2A8FD is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 168 | 253 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.01 |
| HSL | 269.65º | 0.96% | 0.83% | - |
| HSV(B) | 269.65º | 0.34% | 0.99% | - |
| XYZ | 58.31 | 48.8 | 99.27 | - |
| YUV | 190.25 | 163.41 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 253 | 0.17 | 0.34 | 0 | 0.01 | 269.65 | 0.96 | 0.83 |
| Hex | D2 | A8 | FD | 11 | 22 | 0 | 1 | 10E | 60 | 53 |
| Octal | 322 | 250 | 375 | 21 | 42 | 0 | 1 | 416 | 140 | 123 |
| Binary | 11010010 | 10101000 | 11111101 | 10001 | 100010 | 0 | 1 | 100001110 | 1100000 | 1010011 |
Color Harmonies of #D2A8FD
Complementary color
Monochromatic Colors of #D2A8FD
Black with #D2A8FD
Text Example
Text Example
White with #D2A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A8FD; }
p { color: rgb(210,168,253); }
H1.HeaderClassName
{
color: #D2A8FD;
}
.AnyTagClassName
{
color: #D2A8FD;
}
</style>
background-color css
<style>
a { background-color: #D2A8FD; }
a { background-color: rgb(210,168,253); }
div.DivClassName
{
background-color: #D2A8FD;
}
.BgClassName
{
background-color: #D2A8FD;
}
</style>
border-color css
<style>
span { border-color: #D2A8FD; }
span { border-color: rgb(210,168,253); }
td.TdClassName
{
border-color: #D2A8FD;
}
.TagClassName
{
border-color: #D2A8FD;
}
</style>