Shades of Lilac #D499D0
Tints of Lilac #D499D0
RGB
CMYK
RGB Variations
Color information
#D499D0 (or 0xD499D0) is known color: Lilac. HEX triplet: D4, 99 and D0. RGB value is (212,153,208). Sum of RGB (Red+Green+Blue) = 212+153+208=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 212 - color contains mainly: red. Hex color #D499D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499D0 is #2B662F. Grayscale: #B0B0B0. Windows color (decimal): -2844208 or 13670868. OLE color: 13670868.
HSL color Cylindrical-coordinate representation of color #D499D0: hue angle of 304.07º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D499D0 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 208 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.17 |
| HSL | 304.07º | 0.41% | 0.72% | - |
| HSV(B) | 304.07º | 0.28% | 0.83% | - |
| XYZ | 49.93 | 41.33 | 65.02 | - |
| YUV | 176.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 208 | 0 | 0.28 | 0.02 | 0.17 | 304.07 | 0.41 | 0.72 |
| Hex | D4 | 99 | D0 | 0 | 1C | 2 | 11 | 130 | 29 | 48 |
| Octal | 324 | 231 | 320 | 0 | 34 | 2 | 21 | 460 | 51 | 110 |
| Binary | 11010100 | 10011001 | 11010000 | 0 | 11100 | 10 | 10001 | 100110000 | 101001 | 1001000 |
Color Harmonies of #D499D0
Complementary color
Monochromatic Colors of #D499D0
Black with #D499D0
Text Example
Text Example
White with #D499D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D499D0; }
p { color: rgb(212,153,208); }
H1.HeaderClassName
{
color: #D499D0;
}
.AnyTagClassName
{
color: #D499D0;
}
</style>
background-color css
<style>
a { background-color: #D499D0; }
a { background-color: rgb(212,153,208); }
div.DivClassName
{
background-color: #D499D0;
}
.BgClassName
{
background-color: #D499D0;
}
</style>
border-color css
<style>
span { border-color: #D499D0; }
span { border-color: rgb(212,153,208); }
td.TdClassName
{
border-color: #D499D0;
}
.TagClassName
{
border-color: #D499D0;
}
</style>