Shades of Lilac #D49ACF
Tints of Lilac #D49ACF
RGB
CMYK
RGB Variations
Color information
#D49ACF (or 0xD49ACF) is known color: Lilac. HEX triplet: D4, 9A and CF. RGB value is (212,154,207). Sum of RGB (Red+Green+Blue) = 212+154+207=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 212 - color contains mainly: red. Hex color #D49ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ACF is #2B6530. Grayscale: #B1B1B1. Windows color (decimal): -2843953 or 13605588. OLE color: 13605588.
HSL color Cylindrical-coordinate representation of color #D49ACF: hue angle of 305.17º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49ACF is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 207 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.17 |
| HSL | 305.17º | 0.4% | 0.72% | - |
| HSV(B) | 305.17º | 0.27% | 0.83% | - |
| XYZ | 49.97 | 41.61 | 64.43 | - |
| YUV | 177.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 207 | 0 | 0.27 | 0.02 | 0.17 | 305.17 | 0.4 | 0.72 |
| Hex | D4 | 9A | CF | 0 | 1B | 2 | 11 | 131 | 28 | 48 |
| Octal | 324 | 232 | 317 | 0 | 33 | 2 | 21 | 461 | 50 | 110 |
| Binary | 11010100 | 10011010 | 11001111 | 0 | 11011 | 10 | 10001 | 100110001 | 101000 | 1001000 |
Color Harmonies of #D49ACF
Complementary color
Monochromatic Colors of #D49ACF
Black with #D49ACF
Text Example
Text Example
White with #D49ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49ACF; }
p { color: rgb(212,154,207); }
H1.HeaderClassName
{
color: #D49ACF;
}
.AnyTagClassName
{
color: #D49ACF;
}
</style>
background-color css
<style>
a { background-color: #D49ACF; }
a { background-color: rgb(212,154,207); }
div.DivClassName
{
background-color: #D49ACF;
}
.BgClassName
{
background-color: #D49ACF;
}
</style>
border-color css
<style>
span { border-color: #D49ACF; }
span { border-color: rgb(212,154,207); }
td.TdClassName
{
border-color: #D49ACF;
}
.TagClassName
{
border-color: #D49ACF;
}
</style>