Shades of Lilac #D490C7
Tints of Lilac #D490C7
RGB
CMYK
RGB Variations
Color information
#D490C7 (or 0xD490C7) is known color: Lilac. HEX triplet: D4, 90 and C7. RGB value is (212,144,199). Sum of RGB (Red+Green+Blue) = 212+144+199=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D490C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490C7 is #2B6F38. Grayscale: #AAAAAA. Windows color (decimal): -2846521 or 13078740. OLE color: 13078740.
HSL color Cylindrical-coordinate representation of color #D490C7: hue angle of 311.47º 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 #D490C7 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 199 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.17 |
| HSL | 311.47º | 0.44% | 0.7% | - |
| HSV(B) | 311.47º | 0.32% | 0.83% | - |
| XYZ | 47.43 | 38.07 | 58.88 | - |
| YUV | 170.6 | 144.03 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 199 | 0 | 0.32 | 0.06 | 0.17 | 311.47 | 0.44 | 0.7 |
| Hex | D4 | 90 | C7 | 0 | 20 | 6 | 11 | 137 | 2C | 46 |
| Octal | 324 | 220 | 307 | 0 | 40 | 6 | 21 | 467 | 54 | 106 |
| Binary | 11010100 | 10010000 | 11000111 | 0 | 100000 | 110 | 10001 | 100110111 | 101100 | 1000110 |
Color Harmonies of #D490C7
Complementary color
Monochromatic Colors of #D490C7
Black with #D490C7
Text Example
Text Example
White with #D490C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D490C7; }
p { color: rgb(212,144,199); }
H1.HeaderClassName
{
color: #D490C7;
}
.AnyTagClassName
{
color: #D490C7;
}
</style>
background-color css
<style>
a { background-color: #D490C7; }
a { background-color: rgb(212,144,199); }
div.DivClassName
{
background-color: #D490C7;
}
.BgClassName
{
background-color: #D490C7;
}
</style>
border-color css
<style>
span { border-color: #D490C7; }
span { border-color: rgb(212,144,199); }
td.TdClassName
{
border-color: #D490C7;
}
.TagClassName
{
border-color: #D490C7;
}
</style>