Shades of Lily #D088BB
Tints of Lily #D088BB
RGB
CMYK
RGB Variations
Color information
#D088BB (or 0xD088BB) is known color: Lily. HEX triplet: D0, 88 and BB. RGB value is (208,136,187). Sum of RGB (Red+Green+Blue) = 208+136+187=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D088BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088BB is #2F7744. Grayscale: #A3A3A3. Windows color (decimal): -3110725 or 12290256. OLE color: 12290256.
HSL color Cylindrical-coordinate representation of color #D088BB: hue angle of 317.5º degrees, saturation: 0.43, 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 #D088BB is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 187 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.18 |
| HSL | 317.5º | 0.43% | 0.67% | - |
| HSV(B) | 317.5º | 0.35% | 0.82% | - |
| XYZ | 43.79 | 34.61 | 51.39 | - |
| YUV | 163.34 | 141.35 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 187 | 0 | 0.35 | 0.10 | 0.18 | 317.5 | 0.43 | 0.67 |
| Hex | D0 | 88 | BB | 0 | 23 | A | 12 | 13E | 2B | 43 |
| Octal | 320 | 210 | 273 | 0 | 43 | 12 | 22 | 476 | 53 | 103 |
| Binary | 11010000 | 10001000 | 10111011 | 0 | 100011 | 1010 | 10010 | 100111110 | 101011 | 1000011 |
Color Harmonies of #D088BB
Complementary color
Monochromatic Colors of #D088BB
Black with #D088BB
Text Example
Text Example
White with #D088BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D088BB; }
p { color: rgb(208,136,187); }
H1.HeaderClassName
{
color: #D088BB;
}
.AnyTagClassName
{
color: #D088BB;
}
</style>
background-color css
<style>
a { background-color: #D088BB; }
a { background-color: rgb(208,136,187); }
div.DivClassName
{
background-color: #D088BB;
}
.BgClassName
{
background-color: #D088BB;
}
</style>
border-color css
<style>
span { border-color: #D088BB; }
span { border-color: rgb(208,136,187); }
td.TdClassName
{
border-color: #D088BB;
}
.TagClassName
{
border-color: #D088BB;
}
</style>