Shades of Lily #D185BE
Tints of Lily #D185BE
RGB
CMYK
RGB Variations
Color information
#D185BE (or 0xD185BE) is known color: Lily. HEX triplet: D1, 85 and BE. RGB value is (209,133,190). Sum of RGB (Red+Green+Blue) = 209+133+190=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D185BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185BE is #2E7A41. Grayscale: #A2A2A2. Windows color (decimal): -3045954 or 12486097. OLE color: 12486097.
HSL color Cylindrical-coordinate representation of color #D185BE: hue angle of 315º 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 #D185BE is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 190 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.18 |
| HSL | 315º | 0.45% | 0.67% | - |
| HSV(B) | 315º | 0.36% | 0.82% | - |
| XYZ | 43.98 | 34.05 | 52.97 | - |
| YUV | 162.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 190 | 0 | 0.36 | 0.09 | 0.18 | 315 | 0.45 | 0.67 |
| Hex | D1 | 85 | BE | 0 | 24 | 9 | 12 | 13B | 2D | 43 |
| Octal | 321 | 205 | 276 | 0 | 44 | 11 | 22 | 473 | 55 | 103 |
| Binary | 11010001 | 10000101 | 10111110 | 0 | 100100 | 1001 | 10010 | 100111011 | 101101 | 1000011 |
Color Harmonies of #D185BE
Complementary color
Monochromatic Colors of #D185BE
Black with #D185BE
Text Example
Text Example
White with #D185BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D185BE; }
p { color: rgb(209,133,190); }
H1.HeaderClassName
{
color: #D185BE;
}
.AnyTagClassName
{
color: #D185BE;
}
</style>
background-color css
<style>
a { background-color: #D185BE; }
a { background-color: rgb(209,133,190); }
div.DivClassName
{
background-color: #D185BE;
}
.BgClassName
{
background-color: #D185BE;
}
</style>
border-color css
<style>
span { border-color: #D185BE; }
span { border-color: rgb(209,133,190); }
td.TdClassName
{
border-color: #D185BE;
}
.TagClassName
{
border-color: #D185BE;
}
</style>