Shades of Lily #D089BA
Tints of Lily #D089BA
RGB
CMYK
RGB Variations
Color information
#D089BA (or 0xD089BA) is known color: Lily. HEX triplet: D0, 89 and BA. RGB value is (208,137,186). Sum of RGB (Red+Green+Blue) = 208+137+186=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D089BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089BA is #2F7645. Grayscale: #A3A3A3. Windows color (decimal): -3110470 or 12224976. OLE color: 12224976.
HSL color Cylindrical-coordinate representation of color #D089BA: hue angle of 318.59º 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 #D089BA is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 186 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.18 |
| HSL | 318.59º | 0.43% | 0.68% | - |
| HSV(B) | 318.59º | 0.34% | 0.82% | - |
| XYZ | 43.82 | 34.85 | 50.87 | - |
| YUV | 163.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 186 | 0 | 0.34 | 0.11 | 0.18 | 318.59 | 0.43 | 0.68 |
| Hex | D0 | 89 | BA | 0 | 22 | B | 12 | 13F | 2B | 44 |
| Octal | 320 | 211 | 272 | 0 | 42 | 13 | 22 | 477 | 53 | 104 |
| Binary | 11010000 | 10001001 | 10111010 | 0 | 100010 | 1011 | 10010 | 100111111 | 101011 | 1000100 |
Color Harmonies of #D089BA
Complementary color
Monochromatic Colors of #D089BA
Black with #D089BA
Text Example
Text Example
White with #D089BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D089BA; }
p { color: rgb(208,137,186); }
H1.HeaderClassName
{
color: #D089BA;
}
.AnyTagClassName
{
color: #D089BA;
}
</style>
background-color css
<style>
a { background-color: #D089BA; }
a { background-color: rgb(208,137,186); }
div.DivClassName
{
background-color: #D089BA;
}
.BgClassName
{
background-color: #D089BA;
}
</style>
border-color css
<style>
span { border-color: #D089BA; }
span { border-color: rgb(208,137,186); }
td.TdClassName
{
border-color: #D089BA;
}
.TagClassName
{
border-color: #D089BA;
}
</style>