Shades of Mauve #D2A2FF
Tints of Mauve #D2A2FF
RGB
CMYK
RGB Variations
Color information
#D2A2FF (or 0xD2A2FF) is known color: Mauve. HEX triplet: D2, A2 and FF. RGB value is (210,162,255). Sum of RGB (Red+Green+Blue) = 210+162+255=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 162 (63.67% from 255 or 25.84% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A2FF is #2D5D00. Grayscale: #BABABA. Windows color (decimal): -2972929 or 16753362. OLE color: 16753362.
HSL color Cylindrical-coordinate representation of color #D2A2FF: hue angle of 270.97º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2A2FF is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 162 | 255 | - |
| CMYK | 0.18 | 0.36 | 0 | 0 |
| HSL | 270.97º | 1% | 0.82% | - |
| HSV(B) | 270.97º | 0.36% | 1% | - |
| XYZ | 57.55 | 46.76 | 100.6 | - |
| YUV | 186.95 | 166.4 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 255 | 0.18 | 0.36 | 0 | 0 | 270.97 | 1 | 0.82 |
| Hex | D2 | A2 | FF | 12 | 24 | 0 | 0 | 10F | 64 | 52 |
| Octal | 322 | 242 | 377 | 22 | 44 | 0 | 0 | 417 | 144 | 122 |
| Binary | 11010010 | 10100010 | 11111111 | 10010 | 100100 | 0 | 0 | 100001111 | 1100100 | 1010010 |
Color Harmonies of #D2A2FF
Complementary color
Monochromatic Colors of #D2A2FF
Black with #D2A2FF
Text Example
Text Example
White with #D2A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A2FF; }
p { color: rgb(210,162,255); }
H1.HeaderClassName
{
color: #D2A2FF;
}
.AnyTagClassName
{
color: #D2A2FF;
}
</style>
background-color css
<style>
a { background-color: #D2A2FF; }
a { background-color: rgb(210,162,255); }
div.DivClassName
{
background-color: #D2A2FF;
}
.BgClassName
{
background-color: #D2A2FF;
}
</style>
border-color css
<style>
span { border-color: #D2A2FF; }
span { border-color: rgb(210,162,255); }
td.TdClassName
{
border-color: #D2A2FF;
}
.TagClassName
{
border-color: #D2A2FF;
}
</style>