Shades of Lily #D181BC
Tints of Lily #D181BC
RGB
CMYK
RGB Variations
Color information
#D181BC (or 0xD181BC) is known color: Lily. HEX triplet: D1, 81 and BC. RGB value is (209,129,188). Sum of RGB (Red+Green+Blue) = 209+129+188=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D181BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181BC is #2E7E43. Grayscale: #9F9F9F. Windows color (decimal): -3046980 or 12354001. OLE color: 12354001.
HSL color Cylindrical-coordinate representation of color #D181BC: hue angle of 315.75º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D181BC is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 129 | 188 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.18 |
| HSL | 315.75º | 0.47% | 0.66% | - |
| HSV(B) | 315.75º | 0.38% | 0.82% | - |
| XYZ | 43.22 | 32.89 | 51.65 | - |
| YUV | 159.65 | 144 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 188 | 0 | 0.38 | 0.10 | 0.18 | 315.75 | 0.47 | 0.66 |
| Hex | D1 | 81 | BC | 0 | 26 | A | 12 | 13C | 2F | 42 |
| Octal | 321 | 201 | 274 | 0 | 46 | 12 | 22 | 474 | 57 | 102 |
| Binary | 11010001 | 10000001 | 10111100 | 0 | 100110 | 1010 | 10010 | 100111100 | 101111 | 1000010 |
Color Harmonies of #D181BC
Complementary color
Monochromatic Colors of #D181BC
Black with #D181BC
Text Example
Text Example
White with #D181BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D181BC; }
p { color: rgb(209,129,188); }
H1.HeaderClassName
{
color: #D181BC;
}
.AnyTagClassName
{
color: #D181BC;
}
</style>
background-color css
<style>
a { background-color: #D181BC; }
a { background-color: rgb(209,129,188); }
div.DivClassName
{
background-color: #D181BC;
}
.BgClassName
{
background-color: #D181BC;
}
</style>
border-color css
<style>
span { border-color: #D181BC; }
span { border-color: rgb(209,129,188); }
td.TdClassName
{
border-color: #D181BC;
}
.TagClassName
{
border-color: #D181BC;
}
</style>