Shades of Lily #D193BD
Tints of Lily #D193BD
RGB
CMYK
RGB Variations
Color information
#D193BD (or 0xD193BD) is known color: Lily. HEX triplet: D1, 93 and BD. RGB value is (209,147,189). Sum of RGB (Red+Green+Blue) = 209+147+189=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D193BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193BD is #2E6C42. Grayscale: #AAAAAA. Windows color (decimal): -3042371 or 12424145. OLE color: 12424145.
HSL color Cylindrical-coordinate representation of color #D193BD: hue angle of 319.35º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D193BD is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 189 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.18 |
| HSL | 319.35º | 0.4% | 0.7% | - |
| HSV(B) | 319.35º | 0.3% | 0.82% | - |
| XYZ | 45.91 | 38.1 | 53.08 | - |
| YUV | 170.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 189 | 0 | 0.30 | 0.10 | 0.18 | 319.35 | 0.4 | 0.7 |
| Hex | D1 | 93 | BD | 0 | 1E | A | 12 | 13F | 28 | 46 |
| Octal | 321 | 223 | 275 | 0 | 36 | 12 | 22 | 477 | 50 | 106 |
| Binary | 11010001 | 10010011 | 10111101 | 0 | 11110 | 1010 | 10010 | 100111111 | 101000 | 1000110 |
Color Harmonies of #D193BD
Complementary color
Monochromatic Colors of #D193BD
Black with #D193BD
Text Example
Text Example
White with #D193BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193BD; }
p { color: rgb(209,147,189); }
H1.HeaderClassName
{
color: #D193BD;
}
.AnyTagClassName
{
color: #D193BD;
}
</style>
background-color css
<style>
a { background-color: #D193BD; }
a { background-color: rgb(209,147,189); }
div.DivClassName
{
background-color: #D193BD;
}
.BgClassName
{
background-color: #D193BD;
}
</style>
border-color css
<style>
span { border-color: #D193BD; }
span { border-color: rgb(209,147,189); }
td.TdClassName
{
border-color: #D193BD;
}
.TagClassName
{
border-color: #D193BD;
}
</style>