Shades of Lily #D180B7
Tints of Lily #D180B7
RGB
CMYK
RGB Variations
Color information
#D180B7 (or 0xD180B7) is known color: Lily. HEX triplet: D1, 80 and B7. RGB value is (209,128,183). Sum of RGB (Red+Green+Blue) = 209+128+183=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D180B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180B7 is #2E7F48. Grayscale: #9E9E9E. Windows color (decimal): -3047241 or 12026065. OLE color: 12026065.
HSL color Cylindrical-coordinate representation of color #D180B7: hue angle of 319.26º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D180B7 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 183 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.18 |
| HSL | 319.26º | 0.47% | 0.66% | - |
| HSV(B) | 319.26º | 0.39% | 0.82% | - |
| XYZ | 42.56 | 32.41 | 48.81 | - |
| YUV | 158.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 183 | 0 | 0.39 | 0.12 | 0.18 | 319.26 | 0.47 | 0.66 |
| Hex | D1 | 80 | B7 | 0 | 27 | C | 12 | 13F | 2F | 42 |
| Octal | 321 | 200 | 267 | 0 | 47 | 14 | 22 | 477 | 57 | 102 |
| Binary | 11010001 | 10000000 | 10110111 | 0 | 100111 | 1100 | 10010 | 100111111 | 101111 | 1000010 |
Color Harmonies of #D180B7
Complementary color
Monochromatic Colors of #D180B7
Black with #D180B7
Text Example
Text Example
White with #D180B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D180B7; }
p { color: rgb(209,128,183); }
H1.HeaderClassName
{
color: #D180B7;
}
.AnyTagClassName
{
color: #D180B7;
}
</style>
background-color css
<style>
a { background-color: #D180B7; }
a { background-color: rgb(209,128,183); }
div.DivClassName
{
background-color: #D180B7;
}
.BgClassName
{
background-color: #D180B7;
}
</style>
border-color css
<style>
span { border-color: #D180B7; }
span { border-color: rgb(209,128,183); }
td.TdClassName
{
border-color: #D180B7;
}
.TagClassName
{
border-color: #D180B7;
}
</style>