Shades of Lily #D184B6
Tints of Lily #D184B6
RGB
CMYK
RGB Variations
Color information
#D184B6 (or 0xD184B6) is known color: Lily. HEX triplet: D1, 84 and B6. RGB value is (209,132,182). Sum of RGB (Red+Green+Blue) = 209+132+182=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D184B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184B6 is #2E7B49. Grayscale: #A0A0A0. Windows color (decimal): -3046218 or 11961553. OLE color: 11961553.
HSL color Cylindrical-coordinate representation of color #D184B6: hue angle of 321.04º 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 #D184B6 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 182 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.18 |
| HSL | 321.04º | 0.46% | 0.67% | - |
| HSV(B) | 321.04º | 0.37% | 0.82% | - |
| XYZ | 42.99 | 33.44 | 48.44 | - |
| YUV | 160.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 182 | 0 | 0.37 | 0.13 | 0.18 | 321.04 | 0.46 | 0.67 |
| Hex | D1 | 84 | B6 | 0 | 25 | D | 12 | 141 | 2E | 43 |
| Octal | 321 | 204 | 266 | 0 | 45 | 15 | 22 | 501 | 56 | 103 |
| Binary | 11010001 | 10000100 | 10110110 | 0 | 100101 | 1101 | 10010 | 101000001 | 101110 | 1000011 |
Color Harmonies of #D184B6
Complementary color
Monochromatic Colors of #D184B6
Black with #D184B6
Text Example
Text Example
White with #D184B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D184B6; }
p { color: rgb(209,132,182); }
H1.HeaderClassName
{
color: #D184B6;
}
.AnyTagClassName
{
color: #D184B6;
}
</style>
background-color css
<style>
a { background-color: #D184B6; }
a { background-color: rgb(209,132,182); }
div.DivClassName
{
background-color: #D184B6;
}
.BgClassName
{
background-color: #D184B6;
}
</style>
border-color css
<style>
span { border-color: #D184B6; }
span { border-color: rgb(209,132,182); }
td.TdClassName
{
border-color: #D184B6;
}
.TagClassName
{
border-color: #D184B6;
}
</style>