Shades of Mauve #D8A2FF
Tints of Mauve #D8A2FF
RGB
CMYK
RGB Variations
Color information
#D8A2FF (or 0xD8A2FF) is known color: Mauve. HEX triplet: D8, A2 and FF. RGB value is (216,162,255). Sum of RGB (Red+Green+Blue) = 216+162+255=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 162 (63.67% from 255 or 25.59% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A2FF is #275D00. Grayscale: #BCBCBC. Windows color (decimal): -2579713 or 16753368. OLE color: 16753368.
HSL color Cylindrical-coordinate representation of color #D8A2FF: hue angle of 274.84º 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 #D8A2FF is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 162 | 255 | - |
| CMYK | 0.15 | 0.36 | 0 | 0 |
| HSL | 274.84º | 1% | 0.82% | - |
| HSV(B) | 274.84º | 0.36% | 1% | - |
| XYZ | 59.29 | 47.66 | 100.68 | - |
| YUV | 188.75 | 165.39 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 162 | 255 | 0.15 | 0.36 | 0 | 0 | 274.84 | 1 | 0.82 |
| Hex | D8 | A2 | FF | F | 24 | 0 | 0 | 113 | 64 | 52 |
| Octal | 330 | 242 | 377 | 17 | 44 | 0 | 0 | 423 | 144 | 122 |
| Binary | 11011000 | 10100010 | 11111111 | 1111 | 100100 | 0 | 0 | 100010011 | 1100100 | 1010010 |
Color Harmonies of #D8A2FF
Complementary color
Monochromatic Colors of #D8A2FF
Black with #D8A2FF
Text Example
Text Example
White with #D8A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A2FF; }
p { color: rgb(216,162,255); }
H1.HeaderClassName
{
color: #D8A2FF;
}
.AnyTagClassName
{
color: #D8A2FF;
}
</style>
background-color css
<style>
a { background-color: #D8A2FF; }
a { background-color: rgb(216,162,255); }
div.DivClassName
{
background-color: #D8A2FF;
}
.BgClassName
{
background-color: #D8A2FF;
}
</style>
border-color css
<style>
span { border-color: #D8A2FF; }
span { border-color: rgb(216,162,255); }
td.TdClassName
{
border-color: #D8A2FF;
}
.TagClassName
{
border-color: #D8A2FF;
}
</style>