Shades of Lilac #D490C6
Tints of Lilac #D490C6
RGB
CMYK
RGB Variations
Color information
#D490C6 (or 0xD490C6) is known color: Lilac. HEX triplet: D4, 90 and C6. RGB value is (212,144,198). Sum of RGB (Red+Green+Blue) = 212+144+198=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D490C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490C6 is #2B6F39. Grayscale: #AAAAAA. Windows color (decimal): -2846522 or 13013204. OLE color: 13013204.
HSL color Cylindrical-coordinate representation of color #D490C6: hue angle of 312.35º 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 #D490C6 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 198 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.17 |
| HSL | 312.35º | 0.44% | 0.7% | - |
| HSV(B) | 312.35º | 0.32% | 0.83% | - |
| XYZ | 47.32 | 38.02 | 58.27 | - |
| YUV | 170.49 | 143.53 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 198 | 0 | 0.32 | 0.07 | 0.17 | 312.35 | 0.44 | 0.7 |
| Hex | D4 | 90 | C6 | 0 | 20 | 7 | 11 | 138 | 2C | 46 |
| Octal | 324 | 220 | 306 | 0 | 40 | 7 | 21 | 470 | 54 | 106 |
| Binary | 11010100 | 10010000 | 11000110 | 0 | 100000 | 111 | 10001 | 100111000 | 101100 | 1000110 |
Color Harmonies of #D490C6
Complementary color
Monochromatic Colors of #D490C6
Black with #D490C6
Text Example
Text Example
White with #D490C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D490C6; }
p { color: rgb(212,144,198); }
H1.HeaderClassName
{
color: #D490C6;
}
.AnyTagClassName
{
color: #D490C6;
}
</style>
background-color css
<style>
a { background-color: #D490C6; }
a { background-color: rgb(212,144,198); }
div.DivClassName
{
background-color: #D490C6;
}
.BgClassName
{
background-color: #D490C6;
}
</style>
border-color css
<style>
span { border-color: #D490C6; }
span { border-color: rgb(212,144,198); }
td.TdClassName
{
border-color: #D490C6;
}
.TagClassName
{
border-color: #D490C6;
}
</style>