Shades of Lily #D099BB
Tints of Lily #D099BB
RGB
CMYK
RGB Variations
Color information
#D099BB (or 0xD099BB) is known color: Lily. HEX triplet: D0, 99 and BB. RGB value is (208,153,187). Sum of RGB (Red+Green+Blue) = 208+153+187=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D099BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099BB is #2F6644. Grayscale: #ADADAD. Windows color (decimal): -3106373 or 12294608. OLE color: 12294608.
HSL color Cylindrical-coordinate representation of color #D099BB: hue angle of 322.91º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D099BB is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 187 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.18 |
| HSL | 322.91º | 0.37% | 0.71% | - |
| HSV(B) | 322.91º | 0.26% | 0.82% | - |
| XYZ | 46.37 | 39.78 | 52.25 | - |
| YUV | 173.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 187 | 0 | 0.26 | 0.10 | 0.18 | 322.91 | 0.37 | 0.71 |
| Hex | D0 | 99 | BB | 0 | 1A | A | 12 | 143 | 25 | 47 |
| Octal | 320 | 231 | 273 | 0 | 32 | 12 | 22 | 503 | 45 | 107 |
| Binary | 11010000 | 10011001 | 10111011 | 0 | 11010 | 1010 | 10010 | 101000011 | 100101 | 1000111 |
Color Harmonies of #D099BB
Complementary color
Monochromatic Colors of #D099BB
Black with #D099BB
Text Example
Text Example
White with #D099BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099BB; }
p { color: rgb(208,153,187); }
H1.HeaderClassName
{
color: #D099BB;
}
.AnyTagClassName
{
color: #D099BB;
}
</style>
background-color css
<style>
a { background-color: #D099BB; }
a { background-color: rgb(208,153,187); }
div.DivClassName
{
background-color: #D099BB;
}
.BgClassName
{
background-color: #D099BB;
}
</style>
border-color css
<style>
span { border-color: #D099BB; }
span { border-color: rgb(208,153,187); }
td.TdClassName
{
border-color: #D099BB;
}
.TagClassName
{
border-color: #D099BB;
}
</style>