Shades of Lily #D185B9
Tints of Lily #D185B9
RGB
CMYK
RGB Variations
Color information
#D185B9 (or 0xD185B9) is known color: Lily. HEX triplet: D1, 85 and B9. RGB value is (209,133,185). Sum of RGB (Red+Green+Blue) = 209+133+185=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D185B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185B9 is #2E7A46. Grayscale: #A1A1A1. Windows color (decimal): -3045959 or 12158417. OLE color: 12158417.
HSL color Cylindrical-coordinate representation of color #D185B9: hue angle of 318.95º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D185B9 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 185 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.18 |
| HSL | 318.95º | 0.45% | 0.67% | - |
| HSV(B) | 318.95º | 0.36% | 0.82% | - |
| XYZ | 43.44 | 33.83 | 50.14 | - |
| YUV | 161.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 185 | 0 | 0.36 | 0.11 | 0.18 | 318.95 | 0.45 | 0.67 |
| Hex | D1 | 85 | B9 | 0 | 24 | B | 12 | 13F | 2D | 43 |
| Octal | 321 | 205 | 271 | 0 | 44 | 13 | 22 | 477 | 55 | 103 |
| Binary | 11010001 | 10000101 | 10111001 | 0 | 100100 | 1011 | 10010 | 100111111 | 101101 | 1000011 |
Color Harmonies of #D185B9
Complementary color
Monochromatic Colors of #D185B9
Black with #D185B9
Text Example
Text Example
White with #D185B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D185B9; }
p { color: rgb(209,133,185); }
H1.HeaderClassName
{
color: #D185B9;
}
.AnyTagClassName
{
color: #D185B9;
}
</style>
background-color css
<style>
a { background-color: #D185B9; }
a { background-color: rgb(209,133,185); }
div.DivClassName
{
background-color: #D185B9;
}
.BgClassName
{
background-color: #D185B9;
}
</style>
border-color css
<style>
span { border-color: #D185B9; }
span { border-color: rgb(209,133,185); }
td.TdClassName
{
border-color: #D185B9;
}
.TagClassName
{
border-color: #D185B9;
}
</style>