Shades of Lilac #D4A3C9
Tints of Lilac #D4A3C9
RGB
CMYK
RGB Variations
Color information
#D4A3C9 (or 0xD4A3C9) is known color: Lilac. HEX triplet: D4, A3 and C9. RGB value is (212,163,201). Sum of RGB (Red+Green+Blue) = 212+163+201=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 163 (64.06% from 255 or 28.30% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A3C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A3C9 is #2B5C36. Grayscale: #B5B5B5. Windows color (decimal): -2841655 or 13214676. OLE color: 13214676.
HSL color Cylindrical-coordinate representation of color #D4A3C9: hue angle of 313.47º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4A3C9 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 201 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.17 |
| HSL | 313.47º | 0.36% | 0.74% | - |
| HSV(B) | 313.47º | 0.23% | 0.83% | - |
| XYZ | 50.79 | 44.41 | 61.15 | - |
| YUV | 181.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 201 | 0 | 0.23 | 0.05 | 0.17 | 313.47 | 0.36 | 0.74 |
| Hex | D4 | A3 | C9 | 0 | 17 | 5 | 11 | 139 | 24 | 4A |
| Octal | 324 | 243 | 311 | 0 | 27 | 5 | 21 | 471 | 44 | 112 |
| Binary | 11010100 | 10100011 | 11001001 | 0 | 10111 | 101 | 10001 | 100111001 | 100100 | 1001010 |
Color Harmonies of #D4A3C9
Complementary color
Monochromatic Colors of #D4A3C9
Black with #D4A3C9
Text Example
Text Example
White with #D4A3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A3C9; }
p { color: rgb(212,163,201); }
H1.HeaderClassName
{
color: #D4A3C9;
}
.AnyTagClassName
{
color: #D4A3C9;
}
</style>
background-color css
<style>
a { background-color: #D4A3C9; }
a { background-color: rgb(212,163,201); }
div.DivClassName
{
background-color: #D4A3C9;
}
.BgClassName
{
background-color: #D4A3C9;
}
</style>
border-color css
<style>
span { border-color: #D4A3C9; }
span { border-color: rgb(212,163,201); }
td.TdClassName
{
border-color: #D4A3C9;
}
.TagClassName
{
border-color: #D4A3C9;
}
</style>