Shades of Lily #D199BA
Tints of Lily #D199BA
RGB
CMYK
RGB Variations
Color information
#D199BA (or 0xD199BA) is known color: Lily. HEX triplet: D1, 99 and BA. RGB value is (209,153,186). Sum of RGB (Red+Green+Blue) = 209+153+186=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D199BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D199BA is #2E6645. Grayscale: #ADADAD. Windows color (decimal): -3040838 or 12229073. OLE color: 12229073.
HSL color Cylindrical-coordinate representation of color #D199BA: hue angle of 324.64º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D199BA is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 186 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.18 |
| HSL | 324.64º | 0.38% | 0.71% | - |
| HSV(B) | 324.64º | 0.27% | 0.82% | - |
| XYZ | 46.55 | 39.88 | 51.7 | - |
| YUV | 173.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 186 | 0 | 0.27 | 0.11 | 0.18 | 324.64 | 0.38 | 0.71 |
| Hex | D1 | 99 | BA | 0 | 1B | B | 12 | 145 | 26 | 47 |
| Octal | 321 | 231 | 272 | 0 | 33 | 13 | 22 | 505 | 46 | 107 |
| Binary | 11010001 | 10011001 | 10111010 | 0 | 11011 | 1011 | 10010 | 101000101 | 100110 | 1000111 |
Color Harmonies of #D199BA
Complementary color
Monochromatic Colors of #D199BA
Black with #D199BA
Text Example
Text Example
White with #D199BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D199BA; }
p { color: rgb(209,153,186); }
H1.HeaderClassName
{
color: #D199BA;
}
.AnyTagClassName
{
color: #D199BA;
}
</style>
background-color css
<style>
a { background-color: #D199BA; }
a { background-color: rgb(209,153,186); }
div.DivClassName
{
background-color: #D199BA;
}
.BgClassName
{
background-color: #D199BA;
}
</style>
border-color css
<style>
span { border-color: #D199BA; }
span { border-color: rgb(209,153,186); }
td.TdClassName
{
border-color: #D199BA;
}
.TagClassName
{
border-color: #D199BA;
}
</style>