Shades of Lilac #D491C6
Tints of Lilac #D491C6
RGB
CMYK
RGB Variations
Color information
#D491C6 (or 0xD491C6) is known color: Lilac. HEX triplet: D4, 91 and C6. RGB value is (212,145,198). Sum of RGB (Red+Green+Blue) = 212+145+198=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D491C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491C6 is #2B6E39. Grayscale: #AAAAAA. Windows color (decimal): -2846266 or 13013460. OLE color: 13013460.
HSL color Cylindrical-coordinate representation of color #D491C6: hue angle of 312.54º 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 #D491C6 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 198 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.17 |
| HSL | 312.54º | 0.44% | 0.7% | - |
| HSV(B) | 312.54º | 0.32% | 0.83% | - |
| XYZ | 47.47 | 38.33 | 58.32 | - |
| YUV | 171.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 198 | 0 | 0.32 | 0.07 | 0.17 | 312.54 | 0.44 | 0.7 |
| Hex | D4 | 91 | C6 | 0 | 20 | 7 | 11 | 139 | 2C | 46 |
| Octal | 324 | 221 | 306 | 0 | 40 | 7 | 21 | 471 | 54 | 106 |
| Binary | 11010100 | 10010001 | 11000110 | 0 | 100000 | 111 | 10001 | 100111001 | 101100 | 1000110 |
Color Harmonies of #D491C6
Complementary color
Monochromatic Colors of #D491C6
Black with #D491C6
Text Example
Text Example
White with #D491C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D491C6; }
p { color: rgb(212,145,198); }
H1.HeaderClassName
{
color: #D491C6;
}
.AnyTagClassName
{
color: #D491C6;
}
</style>
background-color css
<style>
a { background-color: #D491C6; }
a { background-color: rgb(212,145,198); }
div.DivClassName
{
background-color: #D491C6;
}
.BgClassName
{
background-color: #D491C6;
}
</style>
border-color css
<style>
span { border-color: #D491C6; }
span { border-color: rgb(212,145,198); }
td.TdClassName
{
border-color: #D491C6;
}
.TagClassName
{
border-color: #D491C6;
}
</style>