Shades of Mauve #D3A8FE
Tints of Mauve #D3A8FE
RGB
CMYK
RGB Variations
Color information
#D3A8FE (or 0xD3A8FE) is known color: Mauve. HEX triplet: D3, A8 and FE. RGB value is (211,168,254). Sum of RGB (Red+Green+Blue) = 211+168+254=633 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.33% from 633); Green value is 168 (66.02% from 255 or 26.54% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A8FE is #2C5701. Grayscale: #BEBEBE. Windows color (decimal): -2905858 or 16689363. OLE color: 16689363.
HSL color Cylindrical-coordinate representation of color #D3A8FE: hue angle of 270º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3A8FE is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 211 | 168 | 254 | - |
CMYK | 0.17 | 0.34 | 0 | 0.00 |
HSL | 270º | 0.98% | 0.83% | - |
HSV(B) | 270º | 0.34% | 1% | - |
XYZ | 58.76 | 49.01 | 100.13 | - |
YUV | 190.66 | 163.75 | 142.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 168 | 254 | 0.17 | 0.34 | 0 | 0.00 | 270 | 0.98 | 0.83 |
Hex | D3 | A8 | FE | 11 | 22 | 0 | 0 | 10E | 62 | 53 |
Octal | 323 | 250 | 376 | 21 | 42 | 0 | 0 | 416 | 142 | 123 |
Binary | 11010011 | 10101000 | 11111110 | 10001 | 100010 | 0 | 0 | 100001110 | 1100010 | 1010011 |
Color Harmonies of #D3A8FE
Complementary color
Monochromatic Colors of #D3A8FE
Black with #D3A8FE
Text Example
Text Example
White with #D3A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A8FE; }
p { color: rgb(211,168,254); }
H1.HeaderClassName
{
color: #D3A8FE;
}
.AnyTagClassName
{
color: #D3A8FE;
}
</style>
background-color css
<style>
a { background-color: #D3A8FE; }
a { background-color: rgb(211,168,254); }
div.DivClassName
{
background-color: #D3A8FE;
}
.BgClassName
{
background-color: #D3A8FE;
}
</style>
border-color css
<style>
span { border-color: #D3A8FE; }
span { border-color: rgb(211,168,254); }
td.TdClassName
{
border-color: #D3A8FE;
}
.TagClassName
{
border-color: #D3A8FE;
}
</style>