Shades of Lilac #D491C7
Tints of Lilac #D491C7
RGB
CMYK
RGB Variations
Color information
#D491C7 (or 0xD491C7) is known color: Lilac. HEX triplet: D4, 91 and C7. RGB value is (212,145,199). Sum of RGB (Red+Green+Blue) = 212+145+199=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D491C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491C7 is #2B6E38. Grayscale: #ABABAB. Windows color (decimal): -2846265 or 13078996. OLE color: 13078996.
HSL color Cylindrical-coordinate representation of color #D491C7: hue angle of 311.64º 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 #D491C7 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 199 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.17 |
| HSL | 311.64º | 0.44% | 0.7% | - |
| HSV(B) | 311.64º | 0.32% | 0.83% | - |
| XYZ | 47.59 | 38.37 | 58.93 | - |
| YUV | 171.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 199 | 0 | 0.32 | 0.06 | 0.17 | 311.64 | 0.44 | 0.7 |
| Hex | D4 | 91 | C7 | 0 | 20 | 6 | 11 | 138 | 2C | 46 |
| Octal | 324 | 221 | 307 | 0 | 40 | 6 | 21 | 470 | 54 | 106 |
| Binary | 11010100 | 10010001 | 11000111 | 0 | 100000 | 110 | 10001 | 100111000 | 101100 | 1000110 |
Color Harmonies of #D491C7
Complementary color
Monochromatic Colors of #D491C7
Black with #D491C7
Text Example
Text Example
White with #D491C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D491C7; }
p { color: rgb(212,145,199); }
H1.HeaderClassName
{
color: #D491C7;
}
.AnyTagClassName
{
color: #D491C7;
}
</style>
background-color css
<style>
a { background-color: #D491C7; }
a { background-color: rgb(212,145,199); }
div.DivClassName
{
background-color: #D491C7;
}
.BgClassName
{
background-color: #D491C7;
}
</style>
border-color css
<style>
span { border-color: #D491C7; }
span { border-color: rgb(212,145,199); }
td.TdClassName
{
border-color: #D491C7;
}
.TagClassName
{
border-color: #D491C7;
}
</style>