Shades of Lily #D098B9
Tints of Lily #D098B9
RGB
CMYK
RGB Variations
Color information
#D098B9 (or 0xD098B9) is known color: Lily. HEX triplet: D0, 98 and B9. RGB value is (208,152,185). Sum of RGB (Red+Green+Blue) = 208+152+185=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D098B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098B9 is #2F6746. Grayscale: #ACACAC. Windows color (decimal): -3106631 or 12163280. OLE color: 12163280.
HSL color Cylindrical-coordinate representation of color #D098B9: hue angle of 324.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D098B9 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 185 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.18 |
| HSL | 324.64º | 0.37% | 0.71% | - |
| HSV(B) | 324.64º | 0.27% | 0.82% | - |
| XYZ | 46 | 39.37 | 51.07 | - |
| YUV | 172.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 185 | 0 | 0.27 | 0.11 | 0.18 | 324.64 | 0.37 | 0.71 |
| Hex | D0 | 98 | B9 | 0 | 1B | B | 12 | 145 | 25 | 47 |
| Octal | 320 | 230 | 271 | 0 | 33 | 13 | 22 | 505 | 45 | 107 |
| Binary | 11010000 | 10011000 | 10111001 | 0 | 11011 | 1011 | 10010 | 101000101 | 100101 | 1000111 |
Color Harmonies of #D098B9
Complementary color
Monochromatic Colors of #D098B9
Black with #D098B9
Text Example
Text Example
White with #D098B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098B9; }
p { color: rgb(208,152,185); }
H1.HeaderClassName
{
color: #D098B9;
}
.AnyTagClassName
{
color: #D098B9;
}
</style>
background-color css
<style>
a { background-color: #D098B9; }
a { background-color: rgb(208,152,185); }
div.DivClassName
{
background-color: #D098B9;
}
.BgClassName
{
background-color: #D098B9;
}
</style>
border-color css
<style>
span { border-color: #D098B9; }
span { border-color: rgb(208,152,185); }
td.TdClassName
{
border-color: #D098B9;
}
.TagClassName
{
border-color: #D098B9;
}
</style>