Shades of Mauve #D2A4FD
Tints of Mauve #D2A4FD
RGB
CMYK
RGB Variations
Color information
#D2A4FD (or 0xD2A4FD) is known color: Mauve. HEX triplet: D2, A4 and FD. RGB value is (210,164,253). Sum of RGB (Red+Green+Blue) = 210+164+253=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 164 (64.45% from 255 or 26.16% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2A4FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A4FD is #2D5B02. Grayscale: #BBBBBB. Windows color (decimal): -2972419 or 16622802. OLE color: 16622802.
HSL color Cylindrical-coordinate representation of color #D2A4FD: hue angle of 271.01º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2A4FD is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 164 | 253 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.01 |
| HSL | 271.01º | 0.96% | 0.82% | - |
| HSV(B) | 271.01º | 0.35% | 0.99% | - |
| XYZ | 57.58 | 47.34 | 99.03 | - |
| YUV | 187.9 | 164.74 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 253 | 0.17 | 0.35 | 0 | 0.01 | 271.01 | 0.96 | 0.82 |
| Hex | D2 | A4 | FD | 11 | 23 | 0 | 1 | 10F | 60 | 52 |
| Octal | 322 | 244 | 375 | 21 | 43 | 0 | 1 | 417 | 140 | 122 |
| Binary | 11010010 | 10100100 | 11111101 | 10001 | 100011 | 0 | 1 | 100001111 | 1100000 | 1010010 |
Color Harmonies of #D2A4FD
Complementary color
Monochromatic Colors of #D2A4FD
Black with #D2A4FD
Text Example
Text Example
White with #D2A4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A4FD; }
p { color: rgb(210,164,253); }
H1.HeaderClassName
{
color: #D2A4FD;
}
.AnyTagClassName
{
color: #D2A4FD;
}
</style>
background-color css
<style>
a { background-color: #D2A4FD; }
a { background-color: rgb(210,164,253); }
div.DivClassName
{
background-color: #D2A4FD;
}
.BgClassName
{
background-color: #D2A4FD;
}
</style>
border-color css
<style>
span { border-color: #D2A4FD; }
span { border-color: rgb(210,164,253); }
td.TdClassName
{
border-color: #D2A4FD;
}
.TagClassName
{
border-color: #D2A4FD;
}
</style>