Shades of Lily #D097BF
Tints of Lily #D097BF
RGB
CMYK
RGB Variations
Color information
#D097BF (or 0xD097BF) is known color: Lily. HEX triplet: D0, 97 and BF. RGB value is (208,151,191). Sum of RGB (Red+Green+Blue) = 208+151+191=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D097BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097BF is #2F6840. Grayscale: #ACACAC. Windows color (decimal): -3106881 or 12556240. OLE color: 12556240.
HSL color Cylindrical-coordinate representation of color #D097BF: hue angle of 317.89º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D097BF is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 191 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.18 |
| HSL | 317.89º | 0.38% | 0.7% | - |
| HSV(B) | 317.89º | 0.27% | 0.82% | - |
| XYZ | 46.48 | 39.3 | 54.43 | - |
| YUV | 172.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 191 | 0 | 0.27 | 0.08 | 0.18 | 317.89 | 0.38 | 0.7 |
| Hex | D0 | 97 | BF | 0 | 1B | 8 | 12 | 13E | 26 | 46 |
| Octal | 320 | 227 | 277 | 0 | 33 | 10 | 22 | 476 | 46 | 106 |
| Binary | 11010000 | 10010111 | 10111111 | 0 | 11011 | 1000 | 10010 | 100111110 | 100110 | 1000110 |
Color Harmonies of #D097BF
Complementary color
Monochromatic Colors of #D097BF
Black with #D097BF
Text Example
Text Example
White with #D097BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D097BF; }
p { color: rgb(208,151,191); }
H1.HeaderClassName
{
color: #D097BF;
}
.AnyTagClassName
{
color: #D097BF;
}
</style>
background-color css
<style>
a { background-color: #D097BF; }
a { background-color: rgb(208,151,191); }
div.DivClassName
{
background-color: #D097BF;
}
.BgClassName
{
background-color: #D097BF;
}
</style>
border-color css
<style>
span { border-color: #D097BF; }
span { border-color: rgb(208,151,191); }
td.TdClassName
{
border-color: #D097BF;
}
.TagClassName
{
border-color: #D097BF;
}
</style>