Shades of Mauve #D4A8F9
Tints of Mauve #D4A8F9
RGB
CMYK
RGB Variations
Color information
#D4A8F9 (or 0xD4A8F9) is known color: Mauve. HEX triplet: D4, A8 and F9. RGB value is (212,168,249). Sum of RGB (Red+Green+Blue) = 212+168+249=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 168 (66.02% from 255 or 26.71% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #D4A8F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A8F9 is #2B5706. Grayscale: #BEBEBE. Windows color (decimal): -2840327 or 16361684. OLE color: 16361684.
HSL color Cylindrical-coordinate representation of color #D4A8F9: hue angle of 272.59º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4A8F9 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 168 | 249 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.02 |
| HSL | 272.59º | 0.87% | 0.82% | - |
| HSV(B) | 272.59º | 0.33% | 0.98% | - |
| XYZ | 58.25 | 48.84 | 95.98 | - |
| YUV | 190.39 | 161.08 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 249 | 0.15 | 0.33 | 0 | 0.02 | 272.59 | 0.87 | 0.82 |
| Hex | D4 | A8 | F9 | F | 21 | 0 | 2 | 111 | 57 | 52 |
| Octal | 324 | 250 | 371 | 17 | 41 | 0 | 2 | 421 | 127 | 122 |
| Binary | 11010100 | 10101000 | 11111001 | 1111 | 100001 | 0 | 10 | 100010001 | 1010111 | 1010010 |
Color Harmonies of #D4A8F9
Complementary color
Monochromatic Colors of #D4A8F9
Black with #D4A8F9
Text Example
Text Example
White with #D4A8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A8F9; }
p { color: rgb(212,168,249); }
H1.HeaderClassName
{
color: #D4A8F9;
}
.AnyTagClassName
{
color: #D4A8F9;
}
</style>
background-color css
<style>
a { background-color: #D4A8F9; }
a { background-color: rgb(212,168,249); }
div.DivClassName
{
background-color: #D4A8F9;
}
.BgClassName
{
background-color: #D4A8F9;
}
</style>
border-color css
<style>
span { border-color: #D4A8F9; }
span { border-color: rgb(212,168,249); }
td.TdClassName
{
border-color: #D4A8F9;
}
.TagClassName
{
border-color: #D4A8F9;
}
</style>