Shades of Mauve #D2A2FD
Tints of Mauve #D2A2FD
RGB
CMYK
RGB Variations
Color information
#D2A2FD (or 0xD2A2FD) is known color: Mauve. HEX triplet: D2, A2 and FD. RGB value is (210,162,253). Sum of RGB (Red+Green+Blue) = 210+162+253=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 162 (63.67% from 255 or 25.92% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2A2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A2FD is #2D5D02. Grayscale: #BABABA. Windows color (decimal): -2972931 or 16622290. OLE color: 16622290.
HSL color Cylindrical-coordinate representation of color #D2A2FD: hue angle of 271.65º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2A2FD is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 162 | 253 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.01 |
| HSL | 271.65º | 0.96% | 0.81% | - |
| HSV(B) | 271.65º | 0.36% | 0.99% | - |
| XYZ | 57.23 | 46.63 | 98.91 | - |
| YUV | 186.73 | 165.4 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 253 | 0.17 | 0.36 | 0 | 0.01 | 271.65 | 0.96 | 0.81 |
| Hex | D2 | A2 | FD | 11 | 24 | 0 | 1 | 110 | 60 | 51 |
| Octal | 322 | 242 | 375 | 21 | 44 | 0 | 1 | 420 | 140 | 121 |
| Binary | 11010010 | 10100010 | 11111101 | 10001 | 100100 | 0 | 1 | 100010000 | 1100000 | 1010001 |
Color Harmonies of #D2A2FD
Complementary color
Monochromatic Colors of #D2A2FD
Black with #D2A2FD
Text Example
Text Example
White with #D2A2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A2FD; }
p { color: rgb(210,162,253); }
H1.HeaderClassName
{
color: #D2A2FD;
}
.AnyTagClassName
{
color: #D2A2FD;
}
</style>
background-color css
<style>
a { background-color: #D2A2FD; }
a { background-color: rgb(210,162,253); }
div.DivClassName
{
background-color: #D2A2FD;
}
.BgClassName
{
background-color: #D2A2FD;
}
</style>
border-color css
<style>
span { border-color: #D2A2FD; }
span { border-color: rgb(210,162,253); }
td.TdClassName
{
border-color: #D2A2FD;
}
.TagClassName
{
border-color: #D2A2FD;
}
</style>