Shades of Lily #D193B2
Tints of Lily #D193B2
RGB
CMYK
RGB Variations
Color information
#D193B2 (or 0xD193B2) is known color: Lily. HEX triplet: D1, 93 and B2. RGB value is (209,147,178). Sum of RGB (Red+Green+Blue) = 209+147+178=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D193B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D193B2 is #2E6C4D. Grayscale: #A9A9A9. Windows color (decimal): -3042382 or 11703249. OLE color: 11703249.
HSL color Cylindrical-coordinate representation of color #D193B2: hue angle of 330º 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 #D193B2 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 178 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.18 |
| HSL | 330º | 0.4% | 0.7% | - |
| HSV(B) | 330º | 0.3% | 0.82% | - |
| XYZ | 44.76 | 37.64 | 47.02 | - |
| YUV | 169.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 178 | 0 | 0.30 | 0.15 | 0.18 | 330 | 0.4 | 0.7 |
| Hex | D1 | 93 | B2 | 0 | 1E | F | 12 | 14A | 28 | 46 |
| Octal | 321 | 223 | 262 | 0 | 36 | 17 | 22 | 512 | 50 | 106 |
| Binary | 11010001 | 10010011 | 10110010 | 0 | 11110 | 1111 | 10010 | 101001010 | 101000 | 1000110 |
Color Harmonies of #D193B2
Complementary color
Monochromatic Colors of #D193B2
Black with #D193B2
Text Example
Text Example
White with #D193B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193B2; }
p { color: rgb(209,147,178); }
H1.HeaderClassName
{
color: #D193B2;
}
.AnyTagClassName
{
color: #D193B2;
}
</style>
background-color css
<style>
a { background-color: #D193B2; }
a { background-color: rgb(209,147,178); }
div.DivClassName
{
background-color: #D193B2;
}
.BgClassName
{
background-color: #D193B2;
}
</style>
border-color css
<style>
span { border-color: #D193B2; }
span { border-color: rgb(209,147,178); }
td.TdClassName
{
border-color: #D193B2;
}
.TagClassName
{
border-color: #D193B2;
}
</style>