Shades of Lilac #D490CF
Tints of Lilac #D490CF
RGB
CMYK
RGB Variations
Color information
#D490CF (or 0xD490CF) is known color: Lilac. HEX triplet: D4, 90 and CF. RGB value is (212,144,207). Sum of RGB (Red+Green+Blue) = 212+144+207=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 212 - color contains mainly: red. Hex color #D490CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490CF is #2B6F30. Grayscale: #ABABAB. Windows color (decimal): -2846513 or 13603028. OLE color: 13603028.
HSL color Cylindrical-coordinate representation of color #D490CF: hue angle of 304.41º 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 #D490CF is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 207 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.17 |
| HSL | 304.41º | 0.44% | 0.7% | - |
| HSV(B) | 304.41º | 0.32% | 0.83% | - |
| XYZ | 48.39 | 38.45 | 63.9 | - |
| YUV | 171.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 207 | 0 | 0.32 | 0.02 | 0.17 | 304.41 | 0.44 | 0.7 |
| Hex | D4 | 90 | CF | 0 | 20 | 2 | 11 | 130 | 2C | 46 |
| Octal | 324 | 220 | 317 | 0 | 40 | 2 | 21 | 460 | 54 | 106 |
| Binary | 11010100 | 10010000 | 11001111 | 0 | 100000 | 10 | 10001 | 100110000 | 101100 | 1000110 |
Color Harmonies of #D490CF
Complementary color
Monochromatic Colors of #D490CF
Black with #D490CF
Text Example
Text Example
White with #D490CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D490CF; }
p { color: rgb(212,144,207); }
H1.HeaderClassName
{
color: #D490CF;
}
.AnyTagClassName
{
color: #D490CF;
}
</style>
background-color css
<style>
a { background-color: #D490CF; }
a { background-color: rgb(212,144,207); }
div.DivClassName
{
background-color: #D490CF;
}
.BgClassName
{
background-color: #D490CF;
}
</style>
border-color css
<style>
span { border-color: #D490CF; }
span { border-color: rgb(212,144,207); }
td.TdClassName
{
border-color: #D490CF;
}
.TagClassName
{
border-color: #D490CF;
}
</style>