Shades of Mauve #D4A9FB
Tints of Mauve #D4A9FB
RGB
CMYK
RGB Variations
Color information
#D4A9FB (or 0xD4A9FB) is known color: Mauve. HEX triplet: D4, A9 and FB. RGB value is (212,169,251). Sum of RGB (Red+Green+Blue) = 212+169+251=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 169 (66.41% from 255 or 26.74% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4A9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A9FB is #2B5604. Grayscale: #BEBEBE. Windows color (decimal): -2840069 or 16493012. OLE color: 16493012.
HSL color Cylindrical-coordinate representation of color #D4A9FB: hue angle of 271.46º degrees, saturation: 0.91, 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 #D4A9FB is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 169 | 251 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.02 |
| HSL | 271.46º | 0.91% | 0.82% | - |
| HSV(B) | 271.46º | 0.33% | 0.98% | - |
| XYZ | 58.75 | 49.34 | 97.69 | - |
| YUV | 191.21 | 161.75 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 251 | 0.16 | 0.33 | 0 | 0.02 | 271.46 | 0.91 | 0.82 |
| Hex | D4 | A9 | FB | 10 | 21 | 0 | 2 | 10F | 5B | 52 |
| Octal | 324 | 251 | 373 | 20 | 41 | 0 | 2 | 417 | 133 | 122 |
| Binary | 11010100 | 10101001 | 11111011 | 10000 | 100001 | 0 | 10 | 100001111 | 1011011 | 1010010 |
Color Harmonies of #D4A9FB
Complementary color
Monochromatic Colors of #D4A9FB
Black with #D4A9FB
Text Example
Text Example
White with #D4A9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A9FB; }
p { color: rgb(212,169,251); }
H1.HeaderClassName
{
color: #D4A9FB;
}
.AnyTagClassName
{
color: #D4A9FB;
}
</style>
background-color css
<style>
a { background-color: #D4A9FB; }
a { background-color: rgb(212,169,251); }
div.DivClassName
{
background-color: #D4A9FB;
}
.BgClassName
{
background-color: #D4A9FB;
}
</style>
border-color css
<style>
span { border-color: #D4A9FB; }
span { border-color: rgb(212,169,251); }
td.TdClassName
{
border-color: #D4A9FB;
}
.TagClassName
{
border-color: #D4A9FB;
}
</style>