Shades of Lily #D089BB
Tints of Lily #D089BB
RGB
CMYK
RGB Variations
Color information
#D089BB (or 0xD089BB) is known color: Lily. HEX triplet: D0, 89 and BB. RGB value is (208,137,187). Sum of RGB (Red+Green+Blue) = 208+137+187=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D089BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089BB is #2F7644. Grayscale: #A3A3A3. Windows color (decimal): -3110469 or 12290512. OLE color: 12290512.
HSL color Cylindrical-coordinate representation of color #D089BB: hue angle of 317.75º 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 #D089BB is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 187 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.18 |
| HSL | 317.75º | 0.43% | 0.68% | - |
| HSV(B) | 317.75º | 0.34% | 0.82% | - |
| XYZ | 43.93 | 34.89 | 51.43 | - |
| YUV | 163.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 187 | 0 | 0.34 | 0.10 | 0.18 | 317.75 | 0.43 | 0.68 |
| Hex | D0 | 89 | BB | 0 | 22 | A | 12 | 13E | 2B | 44 |
| Octal | 320 | 211 | 273 | 0 | 42 | 12 | 22 | 476 | 53 | 104 |
| Binary | 11010000 | 10001001 | 10111011 | 0 | 100010 | 1010 | 10010 | 100111110 | 101011 | 1000100 |
Color Harmonies of #D089BB
Complementary color
Monochromatic Colors of #D089BB
Black with #D089BB
Text Example
Text Example
White with #D089BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D089BB; }
p { color: rgb(208,137,187); }
H1.HeaderClassName
{
color: #D089BB;
}
.AnyTagClassName
{
color: #D089BB;
}
</style>
background-color css
<style>
a { background-color: #D089BB; }
a { background-color: rgb(208,137,187); }
div.DivClassName
{
background-color: #D089BB;
}
.BgClassName
{
background-color: #D089BB;
}
</style>
border-color css
<style>
span { border-color: #D089BB; }
span { border-color: rgb(208,137,187); }
td.TdClassName
{
border-color: #D089BB;
}
.TagClassName
{
border-color: #D089BB;
}
</style>