Shades of Lilac #D191C9
Tints of Lilac #D191C9
RGB
CMYK
RGB Variations
Color information
#D191C9 (or 0xD191C9) is known color: Lilac. HEX triplet: D1, 91 and C9. RGB value is (209,145,201). Sum of RGB (Red+Green+Blue) = 209+145+201=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 209 - color contains mainly: red. Hex color #D191C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191C9 is #2E6E36. Grayscale: #AAAAAA. Windows color (decimal): -3042871 or 13210065. OLE color: 13210065.
HSL color Cylindrical-coordinate representation of color #D191C9: hue angle of 307.5º 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 #D191C9 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 201 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.18 |
| HSL | 307.5º | 0.41% | 0.69% | - |
| HSV(B) | 307.5º | 0.31% | 0.82% | - |
| XYZ | 46.96 | 38.02 | 60.12 | - |
| YUV | 170.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 201 | 0 | 0.31 | 0.04 | 0.18 | 307.5 | 0.41 | 0.69 |
| Hex | D1 | 91 | C9 | 0 | 1F | 4 | 12 | 134 | 29 | 45 |
| Octal | 321 | 221 | 311 | 0 | 37 | 4 | 22 | 464 | 51 | 105 |
| Binary | 11010001 | 10010001 | 11001001 | 0 | 11111 | 100 | 10010 | 100110100 | 101001 | 1000101 |
Color Harmonies of #D191C9
Complementary color
Monochromatic Colors of #D191C9
Black with #D191C9
Text Example
Text Example
White with #D191C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191C9; }
p { color: rgb(209,145,201); }
H1.HeaderClassName
{
color: #D191C9;
}
.AnyTagClassName
{
color: #D191C9;
}
</style>
background-color css
<style>
a { background-color: #D191C9; }
a { background-color: rgb(209,145,201); }
div.DivClassName
{
background-color: #D191C9;
}
.BgClassName
{
background-color: #D191C9;
}
</style>
border-color css
<style>
span { border-color: #D191C9; }
span { border-color: rgb(209,145,201); }
td.TdClassName
{
border-color: #D191C9;
}
.TagClassName
{
border-color: #D191C9;
}
</style>