Shades of Lily #D181B8
Tints of Lily #D181B8
RGB
CMYK
RGB Variations
Color information
#D181B8 (or 0xD181B8) is known color: Lily. HEX triplet: D1, 81 and B8. RGB value is (209,129,184). Sum of RGB (Red+Green+Blue) = 209+129+184=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D181B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181B8 is #2E7E47. Grayscale: #9F9F9F. Windows color (decimal): -3046984 or 12091857. OLE color: 12091857.
HSL color Cylindrical-coordinate representation of color #D181B8: hue angle of 318.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 #D181B8 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 129 | 184 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.18 |
| HSL | 318.75º | 0.47% | 0.66% | - |
| HSV(B) | 318.75º | 0.38% | 0.82% | - |
| XYZ | 42.8 | 32.72 | 49.41 | - |
| YUV | 159.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 184 | 0 | 0.38 | 0.12 | 0.18 | 318.75 | 0.47 | 0.66 |
| Hex | D1 | 81 | B8 | 0 | 26 | C | 12 | 13F | 2F | 42 |
| Octal | 321 | 201 | 270 | 0 | 46 | 14 | 22 | 477 | 57 | 102 |
| Binary | 11010001 | 10000001 | 10111000 | 0 | 100110 | 1100 | 10010 | 100111111 | 101111 | 1000010 |
Color Harmonies of #D181B8
Complementary color
Monochromatic Colors of #D181B8
Black with #D181B8
Text Example
Text Example
White with #D181B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D181B8; }
p { color: rgb(209,129,184); }
H1.HeaderClassName
{
color: #D181B8;
}
.AnyTagClassName
{
color: #D181B8;
}
</style>
background-color css
<style>
a { background-color: #D181B8; }
a { background-color: rgb(209,129,184); }
div.DivClassName
{
background-color: #D181B8;
}
.BgClassName
{
background-color: #D181B8;
}
</style>
border-color css
<style>
span { border-color: #D181B8; }
span { border-color: rgb(209,129,184); }
td.TdClassName
{
border-color: #D181B8;
}
.TagClassName
{
border-color: #D181B8;
}
</style>