Shades of Lily #D196BD
Tints of Lily #D196BD
RGB
CMYK
RGB Variations
Color information
#D196BD (or 0xD196BD) is known color: Lily. HEX triplet: D1, 96 and BD. RGB value is (209,150,189). Sum of RGB (Red+Green+Blue) = 209+150+189=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D196BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196BD is #2E6942. Grayscale: #ABABAB. Windows color (decimal): -3041603 or 12424913. OLE color: 12424913.
HSL color Cylindrical-coordinate representation of color #D196BD: hue angle of 320.34º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D196BD is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 189 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.18 |
| HSL | 320.34º | 0.39% | 0.7% | - |
| HSV(B) | 320.34º | 0.28% | 0.82% | - |
| XYZ | 46.39 | 39.04 | 53.24 | - |
| YUV | 172.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 189 | 0 | 0.28 | 0.10 | 0.18 | 320.34 | 0.39 | 0.7 |
| Hex | D1 | 96 | BD | 0 | 1C | A | 12 | 140 | 27 | 46 |
| Octal | 321 | 226 | 275 | 0 | 34 | 12 | 22 | 500 | 47 | 106 |
| Binary | 11010001 | 10010110 | 10111101 | 0 | 11100 | 1010 | 10010 | 101000000 | 100111 | 1000110 |
Color Harmonies of #D196BD
Complementary color
Monochromatic Colors of #D196BD
Black with #D196BD
Text Example
Text Example
White with #D196BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D196BD; }
p { color: rgb(209,150,189); }
H1.HeaderClassName
{
color: #D196BD;
}
.AnyTagClassName
{
color: #D196BD;
}
</style>
background-color css
<style>
a { background-color: #D196BD; }
a { background-color: rgb(209,150,189); }
div.DivClassName
{
background-color: #D196BD;
}
.BgClassName
{
background-color: #D196BD;
}
</style>
border-color css
<style>
span { border-color: #D196BD; }
span { border-color: rgb(209,150,189); }
td.TdClassName
{
border-color: #D196BD;
}
.TagClassName
{
border-color: #D196BD;
}
</style>