Shades of Lilac #D49ACC
Tints of Lilac #D49ACC
RGB
CMYK
RGB Variations
Color information
#D49ACC (or 0xD49ACC) is known color: Lilac. HEX triplet: D4, 9A and CC. RGB value is (212,154,204). Sum of RGB (Red+Green+Blue) = 212+154+204=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 212 - color contains mainly: red. Hex color #D49ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ACC is #2B6533. Grayscale: #B0B0B0. Windows color (decimal): -2843956 or 13408980. OLE color: 13408980.
HSL color Cylindrical-coordinate representation of color #D49ACC: hue angle of 308.28º 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 #D49ACC is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 204 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.17 |
| HSL | 308.28º | 0.4% | 0.72% | - |
| HSV(B) | 308.28º | 0.27% | 0.83% | - |
| XYZ | 49.61 | 41.47 | 62.52 | - |
| YUV | 177.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 204 | 0 | 0.27 | 0.04 | 0.17 | 308.28 | 0.4 | 0.72 |
| Hex | D4 | 9A | CC | 0 | 1B | 4 | 11 | 134 | 28 | 48 |
| Octal | 324 | 232 | 314 | 0 | 33 | 4 | 21 | 464 | 50 | 110 |
| Binary | 11010100 | 10011010 | 11001100 | 0 | 11011 | 100 | 10001 | 100110100 | 101000 | 1001000 |
Color Harmonies of #D49ACC
Complementary color
Monochromatic Colors of #D49ACC
Black with #D49ACC
Text Example
Text Example
White with #D49ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49ACC; }
p { color: rgb(212,154,204); }
H1.HeaderClassName
{
color: #D49ACC;
}
.AnyTagClassName
{
color: #D49ACC;
}
</style>
background-color css
<style>
a { background-color: #D49ACC; }
a { background-color: rgb(212,154,204); }
div.DivClassName
{
background-color: #D49ACC;
}
.BgClassName
{
background-color: #D49ACC;
}
</style>
border-color css
<style>
span { border-color: #D49ACC; }
span { border-color: rgb(212,154,204); }
td.TdClassName
{
border-color: #D49ACC;
}
.TagClassName
{
border-color: #D49ACC;
}
</style>