Shades of Lily #D089B9
Tints of Lily #D089B9
RGB
CMYK
RGB Variations
Color information
#D089B9 (or 0xD089B9) is known color: Lily. HEX triplet: D0, 89 and B9. RGB value is (208,137,185). Sum of RGB (Red+Green+Blue) = 208+137+185=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D089B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089B9 is #2F7646. Grayscale: #A3A3A3. Windows color (decimal): -3110471 or 12159440. OLE color: 12159440.
HSL color Cylindrical-coordinate representation of color #D089B9: hue angle of 319.44º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D089B9 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 185 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.18 |
| HSL | 319.44º | 0.43% | 0.68% | - |
| HSV(B) | 319.44º | 0.34% | 0.82% | - |
| XYZ | 43.72 | 34.8 | 50.31 | - |
| YUV | 163.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 185 | 0 | 0.34 | 0.11 | 0.18 | 319.44 | 0.43 | 0.68 |
| Hex | D0 | 89 | B9 | 0 | 22 | B | 12 | 13F | 2B | 44 |
| Octal | 320 | 211 | 271 | 0 | 42 | 13 | 22 | 477 | 53 | 104 |
| Binary | 11010000 | 10001001 | 10111001 | 0 | 100010 | 1011 | 10010 | 100111111 | 101011 | 1000100 |
Color Harmonies of #D089B9
Complementary color
Monochromatic Colors of #D089B9
Black with #D089B9
Text Example
Text Example
White with #D089B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D089B9; }
p { color: rgb(208,137,185); }
H1.HeaderClassName
{
color: #D089B9;
}
.AnyTagClassName
{
color: #D089B9;
}
</style>
background-color css
<style>
a { background-color: #D089B9; }
a { background-color: rgb(208,137,185); }
div.DivClassName
{
background-color: #D089B9;
}
.BgClassName
{
background-color: #D089B9;
}
</style>
border-color css
<style>
span { border-color: #D089B9; }
span { border-color: rgb(208,137,185); }
td.TdClassName
{
border-color: #D089B9;
}
.TagClassName
{
border-color: #D089B9;
}
</style>