Shades of Lily #D181B7
Tints of Lily #D181B7
RGB
CMYK
RGB Variations
Color information
#D181B7 (or 0xD181B7) is known color: Lily. HEX triplet: D1, 81 and B7. RGB value is (209,129,183). Sum of RGB (Red+Green+Blue) = 209+129+183=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D181B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181B7 is #2E7E48. Grayscale: #9E9E9E. Windows color (decimal): -3046985 or 12026321. OLE color: 12026321.
HSL color Cylindrical-coordinate representation of color #D181B7: hue angle of 319.5º 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 #D181B7 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 129 | 183 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.18 |
| HSL | 319.5º | 0.47% | 0.66% | - |
| HSV(B) | 319.5º | 0.38% | 0.82% | - |
| XYZ | 42.69 | 32.67 | 48.86 | - |
| YUV | 159.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 183 | 0 | 0.38 | 0.12 | 0.18 | 319.5 | 0.47 | 0.66 |
| Hex | D1 | 81 | B7 | 0 | 26 | C | 12 | 140 | 2F | 42 |
| Octal | 321 | 201 | 267 | 0 | 46 | 14 | 22 | 500 | 57 | 102 |
| Binary | 11010001 | 10000001 | 10110111 | 0 | 100110 | 1100 | 10010 | 101000000 | 101111 | 1000010 |
Color Harmonies of #D181B7
Complementary color
Monochromatic Colors of #D181B7
Black with #D181B7
Text Example
Text Example
White with #D181B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D181B7; }
p { color: rgb(209,129,183); }
H1.HeaderClassName
{
color: #D181B7;
}
.AnyTagClassName
{
color: #D181B7;
}
</style>
background-color css
<style>
a { background-color: #D181B7; }
a { background-color: rgb(209,129,183); }
div.DivClassName
{
background-color: #D181B7;
}
.BgClassName
{
background-color: #D181B7;
}
</style>
border-color css
<style>
span { border-color: #D181B7; }
span { border-color: rgb(209,129,183); }
td.TdClassName
{
border-color: #D181B7;
}
.TagClassName
{
border-color: #D181B7;
}
</style>