Shades of Lily #D099B5
Tints of Lily #D099B5
RGB
CMYK
RGB Variations
Color information
#D099B5 (or 0xD099B5) is known color: Lily. HEX triplet: D0, 99 and B5. RGB value is (208,153,181). Sum of RGB (Red+Green+Blue) = 208+153+181=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D099B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099B5 is #2F664A. Grayscale: #ACACAC. Windows color (decimal): -3106379 or 11901392. OLE color: 11901392.
HSL color Cylindrical-coordinate representation of color #D099B5: hue angle of 329.45º 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 #D099B5 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 181 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.18 |
| HSL | 329.45º | 0.37% | 0.71% | - |
| HSV(B) | 329.45º | 0.26% | 0.82% | - |
| XYZ | 45.74 | 39.53 | 48.93 | - |
| YUV | 172.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 181 | 0 | 0.26 | 0.13 | 0.18 | 329.45 | 0.37 | 0.71 |
| Hex | D0 | 99 | B5 | 0 | 1A | D | 12 | 149 | 25 | 47 |
| Octal | 320 | 231 | 265 | 0 | 32 | 15 | 22 | 511 | 45 | 107 |
| Binary | 11010000 | 10011001 | 10110101 | 0 | 11010 | 1101 | 10010 | 101001001 | 100101 | 1000111 |
Color Harmonies of #D099B5
Complementary color
Monochromatic Colors of #D099B5
Black with #D099B5
Text Example
Text Example
White with #D099B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099B5; }
p { color: rgb(208,153,181); }
H1.HeaderClassName
{
color: #D099B5;
}
.AnyTagClassName
{
color: #D099B5;
}
</style>
background-color css
<style>
a { background-color: #D099B5; }
a { background-color: rgb(208,153,181); }
div.DivClassName
{
background-color: #D099B5;
}
.BgClassName
{
background-color: #D099B5;
}
</style>
border-color css
<style>
span { border-color: #D099B5; }
span { border-color: rgb(208,153,181); }
td.TdClassName
{
border-color: #D099B5;
}
.TagClassName
{
border-color: #D099B5;
}
</style>