Shades of Lily #D097BE
Tints of Lily #D097BE
RGB
CMYK
RGB Variations
Color information
#D097BE (or 0xD097BE) is known color: Lily. HEX triplet: D0, 97 and BE. RGB value is (208,151,190). Sum of RGB (Red+Green+Blue) = 208+151+190=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D097BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097BE is #2F6841. Grayscale: #ACACAC. Windows color (decimal): -3106882 or 12490704. OLE color: 12490704.
HSL color Cylindrical-coordinate representation of color #D097BE: hue angle of 318.95º 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 #D097BE is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 190 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.18 |
| HSL | 318.95º | 0.38% | 0.7% | - |
| HSV(B) | 318.95º | 0.27% | 0.82% | - |
| XYZ | 46.37 | 39.26 | 53.85 | - |
| YUV | 172.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 190 | 0 | 0.27 | 0.09 | 0.18 | 318.95 | 0.38 | 0.7 |
| Hex | D0 | 97 | BE | 0 | 1B | 9 | 12 | 13F | 26 | 46 |
| Octal | 320 | 227 | 276 | 0 | 33 | 11 | 22 | 477 | 46 | 106 |
| Binary | 11010000 | 10010111 | 10111110 | 0 | 11011 | 1001 | 10010 | 100111111 | 100110 | 1000110 |
Color Harmonies of #D097BE
Complementary color
Monochromatic Colors of #D097BE
Black with #D097BE
Text Example
Text Example
White with #D097BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D097BE; }
p { color: rgb(208,151,190); }
H1.HeaderClassName
{
color: #D097BE;
}
.AnyTagClassName
{
color: #D097BE;
}
</style>
background-color css
<style>
a { background-color: #D097BE; }
a { background-color: rgb(208,151,190); }
div.DivClassName
{
background-color: #D097BE;
}
.BgClassName
{
background-color: #D097BE;
}
</style>
border-color css
<style>
span { border-color: #D097BE; }
span { border-color: rgb(208,151,190); }
td.TdClassName
{
border-color: #D097BE;
}
.TagClassName
{
border-color: #D097BE;
}
</style>