Shades of Lily #D191B4
Tints of Lily #D191B4
RGB
CMYK
RGB Variations
Color information
#D191B4 (or 0xD191B4) is known color: Lily. HEX triplet: D1, 91 and B4. RGB value is (209,145,180). Sum of RGB (Red+Green+Blue) = 209+145+180=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D191B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191B4 is #2E6E4B. Grayscale: #A8A8A8. Windows color (decimal): -3042892 or 11833809. OLE color: 11833809.
HSL color Cylindrical-coordinate representation of color #D191B4: hue angle of 327.19º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D191B4 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 180 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.18 |
| HSL | 327.19º | 0.41% | 0.69% | - |
| HSV(B) | 327.19º | 0.31% | 0.82% | - |
| XYZ | 44.66 | 37.1 | 47.99 | - |
| YUV | 168.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 180 | 0 | 0.31 | 0.14 | 0.18 | 327.19 | 0.41 | 0.69 |
| Hex | D1 | 91 | B4 | 0 | 1F | E | 12 | 147 | 29 | 45 |
| Octal | 321 | 221 | 264 | 0 | 37 | 16 | 22 | 507 | 51 | 105 |
| Binary | 11010001 | 10010001 | 10110100 | 0 | 11111 | 1110 | 10010 | 101000111 | 101001 | 1000101 |
Color Harmonies of #D191B4
Complementary color
Monochromatic Colors of #D191B4
Black with #D191B4
Text Example
Text Example
White with #D191B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191B4; }
p { color: rgb(209,145,180); }
H1.HeaderClassName
{
color: #D191B4;
}
.AnyTagClassName
{
color: #D191B4;
}
</style>
background-color css
<style>
a { background-color: #D191B4; }
a { background-color: rgb(209,145,180); }
div.DivClassName
{
background-color: #D191B4;
}
.BgClassName
{
background-color: #D191B4;
}
</style>
border-color css
<style>
span { border-color: #D191B4; }
span { border-color: rgb(209,145,180); }
td.TdClassName
{
border-color: #D191B4;
}
.TagClassName
{
border-color: #D191B4;
}
</style>