Shades of Lily #D491BC
Tints of Lily #D491BC
RGB
CMYK
RGB Variations
Color information
#D491BC (or 0xD491BC) is known color: Lily. HEX triplet: D4, 91 and BC. RGB value is (212,145,188). Sum of RGB (Red+Green+Blue) = 212+145+188=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D491BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491BC is #2B6E43. Grayscale: #A9A9A9. Windows color (decimal): -2846276 or 12358100. OLE color: 12358100.
HSL color Cylindrical-coordinate representation of color #D491BC: hue angle of 321.49º 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 #D491BC is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 188 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.17 |
| HSL | 321.49º | 0.44% | 0.7% | - |
| HSV(B) | 321.49º | 0.32% | 0.83% | - |
| XYZ | 46.35 | 37.88 | 52.45 | - |
| YUV | 169.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 188 | 0 | 0.32 | 0.11 | 0.17 | 321.49 | 0.44 | 0.7 |
| Hex | D4 | 91 | BC | 0 | 20 | B | 11 | 141 | 2C | 46 |
| Octal | 324 | 221 | 274 | 0 | 40 | 13 | 21 | 501 | 54 | 106 |
| Binary | 11010100 | 10010001 | 10111100 | 0 | 100000 | 1011 | 10001 | 101000001 | 101100 | 1000110 |
Color Harmonies of #D491BC
Complementary color
Monochromatic Colors of #D491BC
Black with #D491BC
Text Example
Text Example
White with #D491BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D491BC; }
p { color: rgb(212,145,188); }
H1.HeaderClassName
{
color: #D491BC;
}
.AnyTagClassName
{
color: #D491BC;
}
</style>
background-color css
<style>
a { background-color: #D491BC; }
a { background-color: rgb(212,145,188); }
div.DivClassName
{
background-color: #D491BC;
}
.BgClassName
{
background-color: #D491BC;
}
</style>
border-color css
<style>
span { border-color: #D491BC; }
span { border-color: rgb(212,145,188); }
td.TdClassName
{
border-color: #D491BC;
}
.TagClassName
{
border-color: #D491BC;
}
</style>