Shades of Lily #D089B0
Tints of Lily #D089B0
RGB
CMYK
RGB Variations
Color information
#D089B0 (or 0xD089B0) is known color: Lily. HEX triplet: D0, 89 and B0. RGB value is (208,137,176). Sum of RGB (Red+Green+Blue) = 208+137+176=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D089B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D089B0 is #2F764F. Grayscale: #A2A2A2. Windows color (decimal): -3110480 or 11569616. OLE color: 11569616.
HSL color Cylindrical-coordinate representation of color #D089B0: hue angle of 327.04º 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 #D089B0 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 176 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.18 |
| HSL | 327.04º | 0.43% | 0.68% | - |
| HSV(B) | 327.04º | 0.34% | 0.82% | - |
| XYZ | 42.79 | 34.44 | 45.47 | - |
| YUV | 162.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 176 | 0 | 0.34 | 0.15 | 0.18 | 327.04 | 0.43 | 0.68 |
| Hex | D0 | 89 | B0 | 0 | 22 | F | 12 | 147 | 2B | 44 |
| Octal | 320 | 211 | 260 | 0 | 42 | 17 | 22 | 507 | 53 | 104 |
| Binary | 11010000 | 10001001 | 10110000 | 0 | 100010 | 1111 | 10010 | 101000111 | 101011 | 1000100 |
Color Harmonies of #D089B0
Complementary color
Monochromatic Colors of #D089B0
Black with #D089B0
Text Example
Text Example
White with #D089B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D089B0; }
p { color: rgb(208,137,176); }
H1.HeaderClassName
{
color: #D089B0;
}
.AnyTagClassName
{
color: #D089B0;
}
</style>
background-color css
<style>
a { background-color: #D089B0; }
a { background-color: rgb(208,137,176); }
div.DivClassName
{
background-color: #D089B0;
}
.BgClassName
{
background-color: #D089B0;
}
</style>
border-color css
<style>
span { border-color: #D089B0; }
span { border-color: rgb(208,137,176); }
td.TdClassName
{
border-color: #D089B0;
}
.TagClassName
{
border-color: #D089B0;
}
</style>