Shades of Mauve #D0A0FD
Tints of Mauve #D0A0FD
RGB
CMYK
RGB Variations
Color information
#D0A0FD (or 0xD0A0FD) is known color: Mauve. HEX triplet: D0, A0 and FD. RGB value is (208,160,253). Sum of RGB (Red+Green+Blue) = 208+160+253=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 160 (62.89% from 255 or 25.76% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0A0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A0FD is #2F5F02. Grayscale: #B8B8B8. Windows color (decimal): -3104515 or 16621776. OLE color: 16621776.
HSL color Cylindrical-coordinate representation of color #D0A0FD: hue angle of 270.97º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0A0FD is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 160 | 253 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.01 |
| HSL | 270.97º | 0.96% | 0.81% | - |
| HSV(B) | 270.97º | 0.37% | 0.99% | - |
| XYZ | 56.31 | 45.64 | 98.77 | - |
| YUV | 184.95 | 166.4 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 253 | 0.18 | 0.37 | 0 | 0.01 | 270.97 | 0.96 | 0.81 |
| Hex | D0 | A0 | FD | 12 | 25 | 0 | 1 | 10F | 60 | 51 |
| Octal | 320 | 240 | 375 | 22 | 45 | 0 | 1 | 417 | 140 | 121 |
| Binary | 11010000 | 10100000 | 11111101 | 10010 | 100101 | 0 | 1 | 100001111 | 1100000 | 1010001 |
Color Harmonies of #D0A0FD
Complementary color
Monochromatic Colors of #D0A0FD
Black with #D0A0FD
Text Example
Text Example
White with #D0A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A0FD; }
p { color: rgb(208,160,253); }
H1.HeaderClassName
{
color: #D0A0FD;
}
.AnyTagClassName
{
color: #D0A0FD;
}
</style>
background-color css
<style>
a { background-color: #D0A0FD; }
a { background-color: rgb(208,160,253); }
div.DivClassName
{
background-color: #D0A0FD;
}
.BgClassName
{
background-color: #D0A0FD;
}
</style>
border-color css
<style>
span { border-color: #D0A0FD; }
span { border-color: rgb(208,160,253); }
td.TdClassName
{
border-color: #D0A0FD;
}
.TagClassName
{
border-color: #D0A0FD;
}
</style>