Shades of Lilac #DA91C9
Tints of Lilac #DA91C9
RGB
CMYK
RGB Variations
Color information
#DA91C9 (or 0xDA91C9) is known color: Lilac. HEX triplet: DA, 91 and C9. RGB value is (218,145,201). Sum of RGB (Red+Green+Blue) = 218+145+201=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DA91C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91C9 is #256E36. Grayscale: #ADADAD. Windows color (decimal): -2453047 or 13210074. OLE color: 13210074.
HSL color Cylindrical-coordinate representation of color #DA91C9: hue angle of 313.97º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA91C9 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 201 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.15 |
| HSL | 313.97º | 0.5% | 0.71% | - |
| HSV(B) | 313.97º | 0.33% | 0.85% | - |
| XYZ | 49.58 | 39.37 | 60.24 | - |
| YUV | 173.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 201 | 0 | 0.33 | 0.08 | 0.15 | 313.97 | 0.5 | 0.71 |
| Hex | DA | 91 | C9 | 0 | 21 | 8 | F | 13A | 32 | 47 |
| Octal | 332 | 221 | 311 | 0 | 41 | 10 | 17 | 472 | 62 | 107 |
| Binary | 11011010 | 10010001 | 11001001 | 0 | 100001 | 1000 | 1111 | 100111010 | 110010 | 1000111 |
Color Harmonies of #DA91C9
Complementary color
Monochromatic Colors of #DA91C9
Black with #DA91C9
Text Example
Text Example
White with #DA91C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA91C9; }
p { color: rgb(218,145,201); }
H1.HeaderClassName
{
color: #DA91C9;
}
.AnyTagClassName
{
color: #DA91C9;
}
</style>
background-color css
<style>
a { background-color: #DA91C9; }
a { background-color: rgb(218,145,201); }
div.DivClassName
{
background-color: #DA91C9;
}
.BgClassName
{
background-color: #DA91C9;
}
</style>
border-color css
<style>
span { border-color: #DA91C9; }
span { border-color: rgb(218,145,201); }
td.TdClassName
{
border-color: #DA91C9;
}
.TagClassName
{
border-color: #DA91C9;
}
</style>