Shades of Lilac #D499CD
Tints of Lilac #D499CD
RGB
CMYK
RGB Variations
Color information
#D499CD (or 0xD499CD) is known color: Lilac. HEX triplet: D4, 99 and CD. RGB value is (212,153,205). Sum of RGB (Red+Green+Blue) = 212+153+205=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 212 - color contains mainly: red. Hex color #D499CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499CD is #2B6632. Grayscale: #B0B0B0. Windows color (decimal): -2844211 or 13474260. OLE color: 13474260.
HSL color Cylindrical-coordinate representation of color #D499CD: hue angle of 307.12º 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 #D499CD is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 205 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.17 |
| HSL | 307.12º | 0.41% | 0.72% | - |
| HSV(B) | 307.12º | 0.28% | 0.83% | - |
| XYZ | 49.56 | 41.19 | 63.1 | - |
| YUV | 176.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 205 | 0 | 0.28 | 0.03 | 0.17 | 307.12 | 0.41 | 0.72 |
| Hex | D4 | 99 | CD | 0 | 1C | 3 | 11 | 133 | 29 | 48 |
| Octal | 324 | 231 | 315 | 0 | 34 | 3 | 21 | 463 | 51 | 110 |
| Binary | 11010100 | 10011001 | 11001101 | 0 | 11100 | 11 | 10001 | 100110011 | 101001 | 1001000 |
Color Harmonies of #D499CD
Complementary color
Monochromatic Colors of #D499CD
Black with #D499CD
Text Example
Text Example
White with #D499CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D499CD; }
p { color: rgb(212,153,205); }
H1.HeaderClassName
{
color: #D499CD;
}
.AnyTagClassName
{
color: #D499CD;
}
</style>
background-color css
<style>
a { background-color: #D499CD; }
a { background-color: rgb(212,153,205); }
div.DivClassName
{
background-color: #D499CD;
}
.BgClassName
{
background-color: #D499CD;
}
</style>
border-color css
<style>
span { border-color: #D499CD; }
span { border-color: rgb(212,153,205); }
td.TdClassName
{
border-color: #D499CD;
}
.TagClassName
{
border-color: #D499CD;
}
</style>