Shades of Lily #D193B5
Tints of Lily #D193B5
RGB
CMYK
RGB Variations
Color information
#D193B5 (or 0xD193B5) is known color: Lily. HEX triplet: D1, 93 and B5. RGB value is (209,147,181). Sum of RGB (Red+Green+Blue) = 209+147+181=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D193B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193B5 is #2E6C4A. Grayscale: #A9A9A9. Windows color (decimal): -3042379 or 11899857. OLE color: 11899857.
HSL color Cylindrical-coordinate representation of color #D193B5: hue angle of 327.1º 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 #D193B5 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 181 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.18 |
| HSL | 327.1º | 0.4% | 0.7% | - |
| HSV(B) | 327.1º | 0.3% | 0.82% | - |
| XYZ | 45.07 | 37.76 | 48.63 | - |
| YUV | 169.41 | 134.54 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 181 | 0 | 0.30 | 0.13 | 0.18 | 327.1 | 0.4 | 0.7 |
| Hex | D1 | 93 | B5 | 0 | 1E | D | 12 | 147 | 28 | 46 |
| Octal | 321 | 223 | 265 | 0 | 36 | 15 | 22 | 507 | 50 | 106 |
| Binary | 11010001 | 10010011 | 10110101 | 0 | 11110 | 1101 | 10010 | 101000111 | 101000 | 1000110 |
Color Harmonies of #D193B5
Complementary color
Monochromatic Colors of #D193B5
Black with #D193B5
Text Example
Text Example
White with #D193B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193B5; }
p { color: rgb(209,147,181); }
H1.HeaderClassName
{
color: #D193B5;
}
.AnyTagClassName
{
color: #D193B5;
}
</style>
background-color css
<style>
a { background-color: #D193B5; }
a { background-color: rgb(209,147,181); }
div.DivClassName
{
background-color: #D193B5;
}
.BgClassName
{
background-color: #D193B5;
}
</style>
border-color css
<style>
span { border-color: #D193B5; }
span { border-color: rgb(209,147,181); }
td.TdClassName
{
border-color: #D193B5;
}
.TagClassName
{
border-color: #D193B5;
}
</style>