Shades of Lily #D089B5
Tints of Lily #D089B5
RGB
CMYK
RGB Variations
Color information
#D089B5 (or 0xD089B5) is known color: Lily. HEX triplet: D0, 89 and B5. RGB value is (208,137,181). Sum of RGB (Red+Green+Blue) = 208+137+181=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D089B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089B5 is #2F764A. Grayscale: #A3A3A3. Windows color (decimal): -3110475 or 11897296. OLE color: 11897296.
HSL color Cylindrical-coordinate representation of color #D089B5: hue angle of 322.82º 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 #D089B5 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 181 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.18 |
| HSL | 322.82º | 0.43% | 0.68% | - |
| HSV(B) | 322.82º | 0.34% | 0.82% | - |
| XYZ | 43.3 | 34.64 | 48.12 | - |
| YUV | 163.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 181 | 0 | 0.34 | 0.13 | 0.18 | 322.82 | 0.43 | 0.68 |
| Hex | D0 | 89 | B5 | 0 | 22 | D | 12 | 143 | 2B | 44 |
| Octal | 320 | 211 | 265 | 0 | 42 | 15 | 22 | 503 | 53 | 104 |
| Binary | 11010000 | 10001001 | 10110101 | 0 | 100010 | 1101 | 10010 | 101000011 | 101011 | 1000100 |
Color Harmonies of #D089B5
Complementary color
Monochromatic Colors of #D089B5
Black with #D089B5
Text Example
Text Example
White with #D089B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D089B5; }
p { color: rgb(208,137,181); }
H1.HeaderClassName
{
color: #D089B5;
}
.AnyTagClassName
{
color: #D089B5;
}
</style>
background-color css
<style>
a { background-color: #D089B5; }
a { background-color: rgb(208,137,181); }
div.DivClassName
{
background-color: #D089B5;
}
.BgClassName
{
background-color: #D089B5;
}
</style>
border-color css
<style>
span { border-color: #D089B5; }
span { border-color: rgb(208,137,181); }
td.TdClassName
{
border-color: #D089B5;
}
.TagClassName
{
border-color: #D089B5;
}
</style>