Shades of Lily #D099BC
Tints of Lily #D099BC
RGB
CMYK
RGB Variations
Color information
#D099BC (or 0xD099BC) is known color: Lily. HEX triplet: D0, 99 and BC. RGB value is (208,153,188). Sum of RGB (Red+Green+Blue) = 208+153+188=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D099BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099BC is #2F6643. Grayscale: #ADADAD. Windows color (decimal): -3106372 or 12360144. OLE color: 12360144.
HSL color Cylindrical-coordinate representation of color #D099BC: hue angle of 321.82º 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 #D099BC is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 188 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.18 |
| HSL | 321.82º | 0.37% | 0.71% | - |
| HSV(B) | 321.82º | 0.26% | 0.82% | - |
| XYZ | 46.48 | 39.82 | 52.81 | - |
| YUV | 173.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 188 | 0 | 0.26 | 0.10 | 0.18 | 321.82 | 0.37 | 0.71 |
| Hex | D0 | 99 | BC | 0 | 1A | A | 12 | 142 | 25 | 47 |
| Octal | 320 | 231 | 274 | 0 | 32 | 12 | 22 | 502 | 45 | 107 |
| Binary | 11010000 | 10011001 | 10111100 | 0 | 11010 | 1010 | 10010 | 101000010 | 100101 | 1000111 |
Color Harmonies of #D099BC
Complementary color
Monochromatic Colors of #D099BC
Black with #D099BC
Text Example
Text Example
White with #D099BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099BC; }
p { color: rgb(208,153,188); }
H1.HeaderClassName
{
color: #D099BC;
}
.AnyTagClassName
{
color: #D099BC;
}
</style>
background-color css
<style>
a { background-color: #D099BC; }
a { background-color: rgb(208,153,188); }
div.DivClassName
{
background-color: #D099BC;
}
.BgClassName
{
background-color: #D099BC;
}
</style>
border-color css
<style>
span { border-color: #D099BC; }
span { border-color: rgb(208,153,188); }
td.TdClassName
{
border-color: #D099BC;
}
.TagClassName
{
border-color: #D099BC;
}
</style>