Shades of Lily #D291C1
Tints of Lily #D291C1
RGB
CMYK
RGB Variations
Color information
#D291C1 (or 0xD291C1) is known color: Lily. HEX triplet: D2, 91 and C1. RGB value is (210,145,193). Sum of RGB (Red+Green+Blue) = 210+145+193=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D291C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291C1 is #2D6E3E. Grayscale: #A9A9A9. Windows color (decimal): -2977343 or 12685778. OLE color: 12685778.
HSL color Cylindrical-coordinate representation of color #D291C1: hue angle of 315.69º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D291C1 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 193 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.18 |
| HSL | 315.69º | 0.42% | 0.7% | - |
| HSV(B) | 315.69º | 0.31% | 0.82% | - |
| XYZ | 46.33 | 37.8 | 55.31 | - |
| YUV | 169.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 193 | 0 | 0.31 | 0.08 | 0.18 | 315.69 | 0.42 | 0.7 |
| Hex | D2 | 91 | C1 | 0 | 1F | 8 | 12 | 13C | 2A | 46 |
| Octal | 322 | 221 | 301 | 0 | 37 | 10 | 22 | 474 | 52 | 106 |
| Binary | 11010010 | 10010001 | 11000001 | 0 | 11111 | 1000 | 10010 | 100111100 | 101010 | 1000110 |
Color Harmonies of #D291C1
Complementary color
Monochromatic Colors of #D291C1
Black with #D291C1
Text Example
Text Example
White with #D291C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291C1; }
p { color: rgb(210,145,193); }
H1.HeaderClassName
{
color: #D291C1;
}
.AnyTagClassName
{
color: #D291C1;
}
</style>
background-color css
<style>
a { background-color: #D291C1; }
a { background-color: rgb(210,145,193); }
div.DivClassName
{
background-color: #D291C1;
}
.BgClassName
{
background-color: #D291C1;
}
</style>
border-color css
<style>
span { border-color: #D291C1; }
span { border-color: rgb(210,145,193); }
td.TdClassName
{
border-color: #D291C1;
}
.TagClassName
{
border-color: #D291C1;
}
</style>