Shades of Lilac #D490C3
Tints of Lilac #D490C3
RGB
CMYK
RGB Variations
Color information
#D490C3 (or 0xD490C3) is known color: Lilac. HEX triplet: D4, 90 and C3. RGB value is (212,144,195). Sum of RGB (Red+Green+Blue) = 212+144+195=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 212 - color contains mainly: red. Hex color #D490C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490C3 is #2B6F3C. Grayscale: #AAAAAA. Windows color (decimal): -2846525 or 12816596. OLE color: 12816596.
HSL color Cylindrical-coordinate representation of color #D490C3: hue angle of 315º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D490C3 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 195 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.17 |
| HSL | 315º | 0.44% | 0.7% | - |
| HSV(B) | 315º | 0.32% | 0.83% | - |
| XYZ | 46.97 | 37.88 | 56.47 | - |
| YUV | 170.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 195 | 0 | 0.32 | 0.08 | 0.17 | 315 | 0.44 | 0.7 |
| Hex | D4 | 90 | C3 | 0 | 20 | 8 | 11 | 13B | 2C | 46 |
| Octal | 324 | 220 | 303 | 0 | 40 | 10 | 21 | 473 | 54 | 106 |
| Binary | 11010100 | 10010000 | 11000011 | 0 | 100000 | 1000 | 10001 | 100111011 | 101100 | 1000110 |
Color Harmonies of #D490C3
Complementary color
Monochromatic Colors of #D490C3
Black with #D490C3
Text Example
Text Example
White with #D490C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D490C3; }
p { color: rgb(212,144,195); }
H1.HeaderClassName
{
color: #D490C3;
}
.AnyTagClassName
{
color: #D490C3;
}
</style>
background-color css
<style>
a { background-color: #D490C3; }
a { background-color: rgb(212,144,195); }
div.DivClassName
{
background-color: #D490C3;
}
.BgClassName
{
background-color: #D490C3;
}
</style>
border-color css
<style>
span { border-color: #D490C3; }
span { border-color: rgb(212,144,195); }
td.TdClassName
{
border-color: #D490C3;
}
.TagClassName
{
border-color: #D490C3;
}
</style>