Shades of Lilac #D490CE
Tints of Lilac #D490CE
RGB
CMYK
RGB Variations
Color information
#D490CE (or 0xD490CE) is known color: Lilac. HEX triplet: D4, 90 and CE. RGB value is (212,144,206). Sum of RGB (Red+Green+Blue) = 212+144+206=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 212 - color contains mainly: red. Hex color #D490CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490CE is #2B6F31. Grayscale: #ABABAB. Windows color (decimal): -2846514 or 13537492. OLE color: 13537492.
HSL color Cylindrical-coordinate representation of color #D490CE: hue angle of 305.29º 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 #D490CE is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 206 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.17 |
| HSL | 305.29º | 0.44% | 0.7% | - |
| HSV(B) | 305.29º | 0.32% | 0.83% | - |
| XYZ | 48.27 | 38.4 | 63.26 | - |
| YUV | 171.4 | 147.53 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 206 | 0 | 0.32 | 0.03 | 0.17 | 305.29 | 0.44 | 0.7 |
| Hex | D4 | 90 | CE | 0 | 20 | 3 | 11 | 131 | 2C | 46 |
| Octal | 324 | 220 | 316 | 0 | 40 | 3 | 21 | 461 | 54 | 106 |
| Binary | 11010100 | 10010000 | 11001110 | 0 | 100000 | 11 | 10001 | 100110001 | 101100 | 1000110 |
Color Harmonies of #D490CE
Complementary color
Monochromatic Colors of #D490CE
Black with #D490CE
Text Example
Text Example
White with #D490CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D490CE; }
p { color: rgb(212,144,206); }
H1.HeaderClassName
{
color: #D490CE;
}
.AnyTagClassName
{
color: #D490CE;
}
</style>
background-color css
<style>
a { background-color: #D490CE; }
a { background-color: rgb(212,144,206); }
div.DivClassName
{
background-color: #D490CE;
}
.BgClassName
{
background-color: #D490CE;
}
</style>
border-color css
<style>
span { border-color: #D490CE; }
span { border-color: rgb(212,144,206); }
td.TdClassName
{
border-color: #D490CE;
}
.TagClassName
{
border-color: #D490CE;
}
</style>