Shades of Lilac #D191CF
Tints of Lilac #D191CF
RGB
CMYK
RGB Variations
Color information
#D191CF (or 0xD191CF) is known color: Lilac. HEX triplet: D1, 91 and CF. RGB value is (209,145,207). Sum of RGB (Red+Green+Blue) = 209+145+207=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D191CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191CF is #2E6E30. Grayscale: #ABABAB. Windows color (decimal): -3042865 or 13603281. OLE color: 13603281.
HSL color Cylindrical-coordinate representation of color #D191CF: hue angle of 301.88º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D191CF is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 207 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.18 |
| HSL | 301.88º | 0.41% | 0.69% | - |
| HSV(B) | 301.88º | 0.31% | 0.82% | - |
| XYZ | 47.68 | 38.31 | 63.91 | - |
| YUV | 171.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 207 | 0 | 0.31 | 0.01 | 0.18 | 301.88 | 0.41 | 0.69 |
| Hex | D1 | 91 | CF | 0 | 1F | 1 | 12 | 12E | 29 | 45 |
| Octal | 321 | 221 | 317 | 0 | 37 | 1 | 22 | 456 | 51 | 105 |
| Binary | 11010001 | 10010001 | 11001111 | 0 | 11111 | 1 | 10010 | 100101110 | 101001 | 1000101 |
Color Harmonies of #D191CF
Complementary color
Monochromatic Colors of #D191CF
Black with #D191CF
Text Example
Text Example
White with #D191CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191CF; }
p { color: rgb(209,145,207); }
H1.HeaderClassName
{
color: #D191CF;
}
.AnyTagClassName
{
color: #D191CF;
}
</style>
background-color css
<style>
a { background-color: #D191CF; }
a { background-color: rgb(209,145,207); }
div.DivClassName
{
background-color: #D191CF;
}
.BgClassName
{
background-color: #D191CF;
}
</style>
border-color css
<style>
span { border-color: #D191CF; }
span { border-color: rgb(209,145,207); }
td.TdClassName
{
border-color: #D191CF;
}
.TagClassName
{
border-color: #D191CF;
}
</style>