Shades of Mauve #D0A0FE
Tints of Mauve #D0A0FE
RGB
CMYK
RGB Variations
Color information
#D0A0FE (or 0xD0A0FE) is known color: Mauve. HEX triplet: D0, A0 and FE. RGB value is (208,160,254). Sum of RGB (Red+Green+Blue) = 208+160+254=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 160 (62.89% from 255 or 25.72% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A0FE is #2F5F01. Grayscale: #B8B8B8. Windows color (decimal): -3104514 or 16687312. OLE color: 16687312.
HSL color Cylindrical-coordinate representation of color #D0A0FE: hue angle of 270.64º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0A0FE is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 160 | 254 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.00 |
| HSL | 270.64º | 0.98% | 0.81% | - |
| HSV(B) | 270.64º | 0.37% | 1% | - |
| XYZ | 56.47 | 45.71 | 99.61 | - |
| YUV | 185.07 | 166.9 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 254 | 0.18 | 0.37 | 0 | 0.00 | 270.64 | 0.98 | 0.81 |
| Hex | D0 | A0 | FE | 12 | 25 | 0 | 0 | 10F | 62 | 51 |
| Octal | 320 | 240 | 376 | 22 | 45 | 0 | 0 | 417 | 142 | 121 |
| Binary | 11010000 | 10100000 | 11111110 | 10010 | 100101 | 0 | 0 | 100001111 | 1100010 | 1010001 |
Color Harmonies of #D0A0FE
Complementary color
Monochromatic Colors of #D0A0FE
Black with #D0A0FE
Text Example
Text Example
White with #D0A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A0FE; }
p { color: rgb(208,160,254); }
H1.HeaderClassName
{
color: #D0A0FE;
}
.AnyTagClassName
{
color: #D0A0FE;
}
</style>
background-color css
<style>
a { background-color: #D0A0FE; }
a { background-color: rgb(208,160,254); }
div.DivClassName
{
background-color: #D0A0FE;
}
.BgClassName
{
background-color: #D0A0FE;
}
</style>
border-color css
<style>
span { border-color: #D0A0FE; }
span { border-color: rgb(208,160,254); }
td.TdClassName
{
border-color: #D0A0FE;
}
.TagClassName
{
border-color: #D0A0FE;
}
</style>