Shades of Mauve #D0A2FE
Tints of Mauve #D0A2FE
RGB
CMYK
RGB Variations
Color information
#D0A2FE (or 0xD0A2FE) is known color: Mauve. HEX triplet: D0, A2 and FE. RGB value is (208,162,254). Sum of RGB (Red+Green+Blue) = 208+162+254=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A2FE is #2F5D01. Grayscale: #B9B9B9. Windows color (decimal): -3104002 or 16687824. OLE color: 16687824.
HSL color Cylindrical-coordinate representation of color #D0A2FE: hue angle of 270º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0A2FE is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 162 | 254 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.00 |
| HSL | 270º | 0.98% | 0.82% | - |
| HSV(B) | 270º | 0.36% | 1% | - |
| XYZ | 56.82 | 46.41 | 99.73 | - |
| YUV | 186.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 254 | 0.18 | 0.36 | 0 | 0.00 | 270 | 0.98 | 0.82 |
| Hex | D0 | A2 | FE | 12 | 24 | 0 | 0 | 10E | 62 | 52 |
| Octal | 320 | 242 | 376 | 22 | 44 | 0 | 0 | 416 | 142 | 122 |
| Binary | 11010000 | 10100010 | 11111110 | 10010 | 100100 | 0 | 0 | 100001110 | 1100010 | 1010010 |
Color Harmonies of #D0A2FE
Complementary color
Monochromatic Colors of #D0A2FE
Black with #D0A2FE
Text Example
Text Example
White with #D0A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A2FE; }
p { color: rgb(208,162,254); }
H1.HeaderClassName
{
color: #D0A2FE;
}
.AnyTagClassName
{
color: #D0A2FE;
}
</style>
background-color css
<style>
a { background-color: #D0A2FE; }
a { background-color: rgb(208,162,254); }
div.DivClassName
{
background-color: #D0A2FE;
}
.BgClassName
{
background-color: #D0A2FE;
}
</style>
border-color css
<style>
span { border-color: #D0A2FE; }
span { border-color: rgb(208,162,254); }
td.TdClassName
{
border-color: #D0A2FE;
}
.TagClassName
{
border-color: #D0A2FE;
}
</style>