Shades of Mauve #D4A8FD
Tints of Mauve #D4A8FD
RGB
CMYK
RGB Variations
Color information
#D4A8FD (or 0xD4A8FD) is known color: Mauve. HEX triplet: D4, A8 and FD. RGB value is (212,168,253). Sum of RGB (Red+Green+Blue) = 212+168+253=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 168 (66.02% from 255 or 26.54% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4A8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A8FD is #2B5702. Grayscale: #BEBEBE. Windows color (decimal): -2840323 or 16623828. OLE color: 16623828.
HSL color Cylindrical-coordinate representation of color #D4A8FD: hue angle of 271.06º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4A8FD is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 168 | 253 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.01 |
| HSL | 271.06º | 0.96% | 0.83% | - |
| HSV(B) | 271.06º | 0.34% | 0.99% | - |
| XYZ | 58.88 | 49.09 | 99.3 | - |
| YUV | 190.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 253 | 0.16 | 0.34 | 0 | 0.01 | 271.06 | 0.96 | 0.83 |
| Hex | D4 | A8 | FD | 10 | 22 | 0 | 1 | 10F | 60 | 53 |
| Octal | 324 | 250 | 375 | 20 | 42 | 0 | 1 | 417 | 140 | 123 |
| Binary | 11010100 | 10101000 | 11111101 | 10000 | 100010 | 0 | 1 | 100001111 | 1100000 | 1010011 |
Color Harmonies of #D4A8FD
Complementary color
Monochromatic Colors of #D4A8FD
Black with #D4A8FD
Text Example
Text Example
White with #D4A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A8FD; }
p { color: rgb(212,168,253); }
H1.HeaderClassName
{
color: #D4A8FD;
}
.AnyTagClassName
{
color: #D4A8FD;
}
</style>
background-color css
<style>
a { background-color: #D4A8FD; }
a { background-color: rgb(212,168,253); }
div.DivClassName
{
background-color: #D4A8FD;
}
.BgClassName
{
background-color: #D4A8FD;
}
</style>
border-color css
<style>
span { border-color: #D4A8FD; }
span { border-color: rgb(212,168,253); }
td.TdClassName
{
border-color: #D4A8FD;
}
.TagClassName
{
border-color: #D4A8FD;
}
</style>