Shades of Lily #D191B5
Tints of Lily #D191B5
RGB
CMYK
RGB Variations
Color information
#D191B5 (or 0xD191B5) is known color: Lily. HEX triplet: D1, 91 and B5. RGB value is (209,145,181). Sum of RGB (Red+Green+Blue) = 209+145+181=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D191B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191B5 is #2E6E4A. Grayscale: #A8A8A8. Windows color (decimal): -3042891 or 11899345. OLE color: 11899345.
HSL color Cylindrical-coordinate representation of color #D191B5: hue angle of 326.25º 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 #D191B5 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 181 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.18 |
| HSL | 326.25º | 0.41% | 0.69% | - |
| HSV(B) | 326.25º | 0.31% | 0.82% | - |
| XYZ | 44.76 | 37.14 | 48.53 | - |
| YUV | 168.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 181 | 0 | 0.31 | 0.13 | 0.18 | 326.25 | 0.41 | 0.69 |
| Hex | D1 | 91 | B5 | 0 | 1F | D | 12 | 146 | 29 | 45 |
| Octal | 321 | 221 | 265 | 0 | 37 | 15 | 22 | 506 | 51 | 105 |
| Binary | 11010001 | 10010001 | 10110101 | 0 | 11111 | 1101 | 10010 | 101000110 | 101001 | 1000101 |
Color Harmonies of #D191B5
Complementary color
Monochromatic Colors of #D191B5
Black with #D191B5
Text Example
Text Example
White with #D191B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191B5; }
p { color: rgb(209,145,181); }
H1.HeaderClassName
{
color: #D191B5;
}
.AnyTagClassName
{
color: #D191B5;
}
</style>
background-color css
<style>
a { background-color: #D191B5; }
a { background-color: rgb(209,145,181); }
div.DivClassName
{
background-color: #D191B5;
}
.BgClassName
{
background-color: #D191B5;
}
</style>
border-color css
<style>
span { border-color: #D191B5; }
span { border-color: rgb(209,145,181); }
td.TdClassName
{
border-color: #D191B5;
}
.TagClassName
{
border-color: #D191B5;
}
</style>