Shades of Mauve #D0A6FD
Tints of Mauve #D0A6FD
RGB
CMYK
RGB Variations
Color information
#D0A6FD (or 0xD0A6FD) is known color: Mauve. HEX triplet: D0, A6 and FD. RGB value is (208,166,253). Sum of RGB (Red+Green+Blue) = 208+166+253=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 166 (65.23% from 255 or 26.48% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0A6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A6FD is #2F5902. Grayscale: #BCBCBC. Windows color (decimal): -3102979 or 16623312. OLE color: 16623312.
HSL color Cylindrical-coordinate representation of color #D0A6FD: hue angle of 268.97º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0A6FD is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 166 | 253 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.01 |
| HSL | 268.97º | 0.96% | 0.82% | - |
| HSV(B) | 268.97º | 0.34% | 0.99% | - |
| XYZ | 57.38 | 47.77 | 99.13 | - |
| YUV | 188.48 | 164.41 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 253 | 0.18 | 0.34 | 0 | 0.01 | 268.97 | 0.96 | 0.82 |
| Hex | D0 | A6 | FD | 12 | 22 | 0 | 1 | 10D | 60 | 52 |
| Octal | 320 | 246 | 375 | 22 | 42 | 0 | 1 | 415 | 140 | 122 |
| Binary | 11010000 | 10100110 | 11111101 | 10010 | 100010 | 0 | 1 | 100001101 | 1100000 | 1010010 |
Color Harmonies of #D0A6FD
Complementary color
Monochromatic Colors of #D0A6FD
Black with #D0A6FD
Text Example
Text Example
White with #D0A6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A6FD; }
p { color: rgb(208,166,253); }
H1.HeaderClassName
{
color: #D0A6FD;
}
.AnyTagClassName
{
color: #D0A6FD;
}
</style>
background-color css
<style>
a { background-color: #D0A6FD; }
a { background-color: rgb(208,166,253); }
div.DivClassName
{
background-color: #D0A6FD;
}
.BgClassName
{
background-color: #D0A6FD;
}
</style>
border-color css
<style>
span { border-color: #D0A6FD; }
span { border-color: rgb(208,166,253); }
td.TdClassName
{
border-color: #D0A6FD;
}
.TagClassName
{
border-color: #D0A6FD;
}
</style>