Shades of Lily #D290BF
Tints of Lily #D290BF
RGB
CMYK
RGB Variations
Color information
#D290BF (or 0xD290BF) is known color: Lily. HEX triplet: D2, 90 and BF. RGB value is (210,144,191). Sum of RGB (Red+Green+Blue) = 210+144+191=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D290BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290BF is #2D6F40. Grayscale: #A8A8A8. Windows color (decimal): -2977601 or 12554450. OLE color: 12554450.
HSL color Cylindrical-coordinate representation of color #D290BF: hue angle of 317.27º degrees, saturation: 0.42, 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 #D290BF is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 191 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.18 |
| HSL | 317.27º | 0.42% | 0.69% | - |
| HSV(B) | 317.27º | 0.31% | 0.82% | - |
| XYZ | 45.96 | 37.41 | 54.09 | - |
| YUV | 169.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 191 | 0 | 0.31 | 0.09 | 0.18 | 317.27 | 0.42 | 0.69 |
| Hex | D2 | 90 | BF | 0 | 1F | 9 | 12 | 13D | 2A | 45 |
| Octal | 322 | 220 | 277 | 0 | 37 | 11 | 22 | 475 | 52 | 105 |
| Binary | 11010010 | 10010000 | 10111111 | 0 | 11111 | 1001 | 10010 | 100111101 | 101010 | 1000101 |
Color Harmonies of #D290BF
Complementary color
Monochromatic Colors of #D290BF
Black with #D290BF
Text Example
Text Example
White with #D290BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290BF; }
p { color: rgb(210,144,191); }
H1.HeaderClassName
{
color: #D290BF;
}
.AnyTagClassName
{
color: #D290BF;
}
</style>
background-color css
<style>
a { background-color: #D290BF; }
a { background-color: rgb(210,144,191); }
div.DivClassName
{
background-color: #D290BF;
}
.BgClassName
{
background-color: #D290BF;
}
</style>
border-color css
<style>
span { border-color: #D290BF; }
span { border-color: rgb(210,144,191); }
td.TdClassName
{
border-color: #D290BF;
}
.TagClassName
{
border-color: #D290BF;
}
</style>