Shades of Lily #D184BD
Tints of Lily #D184BD
RGB
CMYK
RGB Variations
Color information
#D184BD (or 0xD184BD) is known color: Lily. HEX triplet: D1, 84 and BD. RGB value is (209,132,189). Sum of RGB (Red+Green+Blue) = 209+132+189=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D184BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184BD is #2E7B42. Grayscale: #A1A1A1. Windows color (decimal): -3046211 or 12420305. OLE color: 12420305.
HSL color Cylindrical-coordinate representation of color #D184BD: hue angle of 315.58º 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 #D184BD is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 189 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.18 |
| HSL | 315.58º | 0.46% | 0.67% | - |
| HSV(B) | 315.58º | 0.37% | 0.82% | - |
| XYZ | 43.73 | 33.73 | 52.35 | - |
| YUV | 161.52 | 143.51 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 189 | 0 | 0.37 | 0.10 | 0.18 | 315.58 | 0.46 | 0.67 |
| Hex | D1 | 84 | BD | 0 | 25 | A | 12 | 13C | 2E | 43 |
| Octal | 321 | 204 | 275 | 0 | 45 | 12 | 22 | 474 | 56 | 103 |
| Binary | 11010001 | 10000100 | 10111101 | 0 | 100101 | 1010 | 10010 | 100111100 | 101110 | 1000011 |
Color Harmonies of #D184BD
Complementary color
Monochromatic Colors of #D184BD
Black with #D184BD
Text Example
Text Example
White with #D184BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D184BD; }
p { color: rgb(209,132,189); }
H1.HeaderClassName
{
color: #D184BD;
}
.AnyTagClassName
{
color: #D184BD;
}
</style>
background-color css
<style>
a { background-color: #D184BD; }
a { background-color: rgb(209,132,189); }
div.DivClassName
{
background-color: #D184BD;
}
.BgClassName
{
background-color: #D184BD;
}
</style>
border-color css
<style>
span { border-color: #D184BD; }
span { border-color: rgb(209,132,189); }
td.TdClassName
{
border-color: #D184BD;
}
.TagClassName
{
border-color: #D184BD;
}
</style>