Shades of Lily #D296BF
Tints of Lily #D296BF
RGB
CMYK
RGB Variations
Color information
#D296BF (or 0xD296BF) is known color: Lily. HEX triplet: D2, 96 and BF. RGB value is (210,150,191). Sum of RGB (Red+Green+Blue) = 210+150+191=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D296BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296BF is #2D6940. Grayscale: #ACACAC. Windows color (decimal): -2976065 or 12555986. OLE color: 12555986.
HSL color Cylindrical-coordinate representation of color #D296BF: hue angle of 319º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D296BF is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 191 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.18 |
| HSL | 319º | 0.4% | 0.71% | - |
| HSV(B) | 319º | 0.29% | 0.82% | - |
| XYZ | 46.89 | 39.28 | 54.4 | - |
| YUV | 172.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 191 | 0 | 0.29 | 0.09 | 0.18 | 319 | 0.4 | 0.71 |
| Hex | D2 | 96 | BF | 0 | 1D | 9 | 12 | 13F | 28 | 47 |
| Octal | 322 | 226 | 277 | 0 | 35 | 11 | 22 | 477 | 50 | 107 |
| Binary | 11010010 | 10010110 | 10111111 | 0 | 11101 | 1001 | 10010 | 100111111 | 101000 | 1000111 |
Color Harmonies of #D296BF
Complementary color
Monochromatic Colors of #D296BF
Black with #D296BF
Text Example
Text Example
White with #D296BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296BF; }
p { color: rgb(210,150,191); }
H1.HeaderClassName
{
color: #D296BF;
}
.AnyTagClassName
{
color: #D296BF;
}
</style>
background-color css
<style>
a { background-color: #D296BF; }
a { background-color: rgb(210,150,191); }
div.DivClassName
{
background-color: #D296BF;
}
.BgClassName
{
background-color: #D296BF;
}
</style>
border-color css
<style>
span { border-color: #D296BF; }
span { border-color: rgb(210,150,191); }
td.TdClassName
{
border-color: #D296BF;
}
.TagClassName
{
border-color: #D296BF;
}
</style>