Shades of Lilac #D49FCD
Tints of Lilac #D49FCD
RGB
CMYK
RGB Variations
Color information
#D49FCD (or 0xD49FCD) is known color: Lilac. HEX triplet: D4, 9F and CD. RGB value is (212,159,205). Sum of RGB (Red+Green+Blue) = 212+159+205=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FCD is #2B6032. Grayscale: #B3B3B3. Windows color (decimal): -2842675 or 13475796. OLE color: 13475796.
HSL color Cylindrical-coordinate representation of color #D49FCD: hue angle of 307.92º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49FCD is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 159 | 205 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.17 |
| HSL | 307.92º | 0.38% | 0.73% | - |
| HSV(B) | 307.92º | 0.25% | 0.83% | - |
| XYZ | 50.57 | 43.2 | 63.43 | - |
| YUV | 180.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 205 | 0 | 0.25 | 0.03 | 0.17 | 307.92 | 0.38 | 0.73 |
| Hex | D4 | 9F | CD | 0 | 19 | 3 | 11 | 134 | 26 | 49 |
| Octal | 324 | 237 | 315 | 0 | 31 | 3 | 21 | 464 | 46 | 111 |
| Binary | 11010100 | 10011111 | 11001101 | 0 | 11001 | 11 | 10001 | 100110100 | 100110 | 1001001 |
Color Harmonies of #D49FCD
Complementary color
Monochromatic Colors of #D49FCD
Black with #D49FCD
Text Example
Text Example
White with #D49FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49FCD; }
p { color: rgb(212,159,205); }
H1.HeaderClassName
{
color: #D49FCD;
}
.AnyTagClassName
{
color: #D49FCD;
}
</style>
background-color css
<style>
a { background-color: #D49FCD; }
a { background-color: rgb(212,159,205); }
div.DivClassName
{
background-color: #D49FCD;
}
.BgClassName
{
background-color: #D49FCD;
}
</style>
border-color css
<style>
span { border-color: #D49FCD; }
span { border-color: rgb(212,159,205); }
td.TdClassName
{
border-color: #D49FCD;
}
.TagClassName
{
border-color: #D49FCD;
}
</style>