Shades of Lily #D087BC
Tints of Lily #D087BC
RGB
CMYK
RGB Variations
Color information
#D087BC (or 0xD087BC) is known color: Lily. HEX triplet: D0, 87 and BC. RGB value is (208,135,188). Sum of RGB (Red+Green+Blue) = 208+135+188=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D087BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087BC is #2F7843. Grayscale: #A2A2A2. Windows color (decimal): -3110980 or 12355536. OLE color: 12355536.
HSL color Cylindrical-coordinate representation of color #D087BC: hue angle of 316.44º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D087BC is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 188 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.18 |
| HSL | 316.44º | 0.44% | 0.67% | - |
| HSV(B) | 316.44º | 0.35% | 0.82% | - |
| XYZ | 43.75 | 34.37 | 51.9 | - |
| YUV | 162.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 188 | 0 | 0.35 | 0.10 | 0.18 | 316.44 | 0.44 | 0.67 |
| Hex | D0 | 87 | BC | 0 | 23 | A | 12 | 13C | 2C | 43 |
| Octal | 320 | 207 | 274 | 0 | 43 | 12 | 22 | 474 | 54 | 103 |
| Binary | 11010000 | 10000111 | 10111100 | 0 | 100011 | 1010 | 10010 | 100111100 | 101100 | 1000011 |
Color Harmonies of #D087BC
Complementary color
Monochromatic Colors of #D087BC
Black with #D087BC
Text Example
Text Example
White with #D087BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D087BC; }
p { color: rgb(208,135,188); }
H1.HeaderClassName
{
color: #D087BC;
}
.AnyTagClassName
{
color: #D087BC;
}
</style>
background-color css
<style>
a { background-color: #D087BC; }
a { background-color: rgb(208,135,188); }
div.DivClassName
{
background-color: #D087BC;
}
.BgClassName
{
background-color: #D087BC;
}
</style>
border-color css
<style>
span { border-color: #D087BC; }
span { border-color: rgb(208,135,188); }
td.TdClassName
{
border-color: #D087BC;
}
.TagClassName
{
border-color: #D087BC;
}
</style>