Shades of Lily #D197BA
Tints of Lily #D197BA
RGB
CMYK
RGB Variations
Color information
#D197BA (or 0xD197BA) is known color: Lily. HEX triplet: D1, 97 and BA. RGB value is (209,151,186). Sum of RGB (Red+Green+Blue) = 209+151+186=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D197BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D197BA is #2E6845. Grayscale: #ACACAC. Windows color (decimal): -3041350 or 12228561. OLE color: 12228561.
HSL color Cylindrical-coordinate representation of color #D197BA: hue angle of 323.79º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D197BA is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 151 | 186 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.18 |
| HSL | 323.79º | 0.39% | 0.71% | - |
| HSV(B) | 323.79º | 0.28% | 0.82% | - |
| XYZ | 46.22 | 39.23 | 51.59 | - |
| YUV | 172.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 151 | 186 | 0 | 0.28 | 0.11 | 0.18 | 323.79 | 0.39 | 0.71 |
| Hex | D1 | 97 | BA | 0 | 1C | B | 12 | 144 | 27 | 47 |
| Octal | 321 | 227 | 272 | 0 | 34 | 13 | 22 | 504 | 47 | 107 |
| Binary | 11010001 | 10010111 | 10111010 | 0 | 11100 | 1011 | 10010 | 101000100 | 100111 | 1000111 |
Color Harmonies of #D197BA
Complementary color
Monochromatic Colors of #D197BA
Black with #D197BA
Text Example
Text Example
White with #D197BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D197BA; }
p { color: rgb(209,151,186); }
H1.HeaderClassName
{
color: #D197BA;
}
.AnyTagClassName
{
color: #D197BA;
}
</style>
background-color css
<style>
a { background-color: #D197BA; }
a { background-color: rgb(209,151,186); }
div.DivClassName
{
background-color: #D197BA;
}
.BgClassName
{
background-color: #D197BA;
}
</style>
border-color css
<style>
span { border-color: #D197BA; }
span { border-color: rgb(209,151,186); }
td.TdClassName
{
border-color: #D197BA;
}
.TagClassName
{
border-color: #D197BA;
}
</style>