Shades of Lily #D089BC
Tints of Lily #D089BC
RGB
CMYK
RGB Variations
Color information
#D089BC (or 0xD089BC) is known color: Lily. HEX triplet: D0, 89 and BC. RGB value is (208,137,188). Sum of RGB (Red+Green+Blue) = 208+137+188=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D089BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089BC is #2F7643. Grayscale: #A3A3A3. Windows color (decimal): -3110468 or 12356048. OLE color: 12356048.
HSL color Cylindrical-coordinate representation of color #D089BC: hue angle of 316.9º 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 #D089BC is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 188 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.18 |
| HSL | 316.9º | 0.43% | 0.68% | - |
| HSV(B) | 316.9º | 0.34% | 0.82% | - |
| XYZ | 44.04 | 34.93 | 52 | - |
| YUV | 164.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 188 | 0 | 0.34 | 0.10 | 0.18 | 316.9 | 0.43 | 0.68 |
| Hex | D0 | 89 | BC | 0 | 22 | A | 12 | 13D | 2B | 44 |
| Octal | 320 | 211 | 274 | 0 | 42 | 12 | 22 | 475 | 53 | 104 |
| Binary | 11010000 | 10001001 | 10111100 | 0 | 100010 | 1010 | 10010 | 100111101 | 101011 | 1000100 |
Color Harmonies of #D089BC
Complementary color
Monochromatic Colors of #D089BC
Black with #D089BC
Text Example
Text Example
White with #D089BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D089BC; }
p { color: rgb(208,137,188); }
H1.HeaderClassName
{
color: #D089BC;
}
.AnyTagClassName
{
color: #D089BC;
}
</style>
background-color css
<style>
a { background-color: #D089BC; }
a { background-color: rgb(208,137,188); }
div.DivClassName
{
background-color: #D089BC;
}
.BgClassName
{
background-color: #D089BC;
}
</style>
border-color css
<style>
span { border-color: #D089BC; }
span { border-color: rgb(208,137,188); }
td.TdClassName
{
border-color: #D089BC;
}
.TagClassName
{
border-color: #D089BC;
}
</style>