Shades of Lily #D184BE
Tints of Lily #D184BE
RGB
CMYK
RGB Variations
Color information
#D184BE (or 0xD184BE) is known color: Lily. HEX triplet: D1, 84 and BE. RGB value is (209,132,190). Sum of RGB (Red+Green+Blue) = 209+132+190=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D184BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184BE is #2E7B41. Grayscale: #A1A1A1. Windows color (decimal): -3046210 or 12485841. OLE color: 12485841.
HSL color Cylindrical-coordinate representation of color #D184BE: hue angle of 314.81º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D184BE is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 190 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.18 |
| HSL | 314.81º | 0.46% | 0.67% | - |
| HSV(B) | 314.81º | 0.37% | 0.82% | - |
| XYZ | 43.84 | 33.78 | 52.92 | - |
| YUV | 161.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 190 | 0 | 0.37 | 0.09 | 0.18 | 314.81 | 0.46 | 0.67 |
| Hex | D1 | 84 | BE | 0 | 25 | 9 | 12 | 13B | 2E | 43 |
| Octal | 321 | 204 | 276 | 0 | 45 | 11 | 22 | 473 | 56 | 103 |
| Binary | 11010001 | 10000100 | 10111110 | 0 | 100101 | 1001 | 10010 | 100111011 | 101110 | 1000011 |
Color Harmonies of #D184BE
Complementary color
Monochromatic Colors of #D184BE
Black with #D184BE
Text Example
Text Example
White with #D184BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D184BE; }
p { color: rgb(209,132,190); }
H1.HeaderClassName
{
color: #D184BE;
}
.AnyTagClassName
{
color: #D184BE;
}
</style>
background-color css
<style>
a { background-color: #D184BE; }
a { background-color: rgb(209,132,190); }
div.DivClassName
{
background-color: #D184BE;
}
.BgClassName
{
background-color: #D184BE;
}
</style>
border-color css
<style>
span { border-color: #D184BE; }
span { border-color: rgb(209,132,190); }
td.TdClassName
{
border-color: #D184BE;
}
.TagClassName
{
border-color: #D184BE;
}
</style>