Shades of Lily #D183B6
Tints of Lily #D183B6
RGB
CMYK
RGB Variations
Color information
#D183B6 (or 0xD183B6) is known color: Lily. HEX triplet: D1, 83 and B6. RGB value is (209,131,182). Sum of RGB (Red+Green+Blue) = 209+131+182=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D183B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183B6 is #2E7C49. Grayscale: #A0A0A0. Windows color (decimal): -3046474 or 11961297. OLE color: 11961297.
HSL color Cylindrical-coordinate representation of color #D183B6: hue angle of 320.77º 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 #D183B6 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 182 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.18 |
| HSL | 320.77º | 0.46% | 0.67% | - |
| HSV(B) | 320.77º | 0.37% | 0.82% | - |
| XYZ | 42.85 | 33.17 | 48.4 | - |
| YUV | 160.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 182 | 0 | 0.37 | 0.13 | 0.18 | 320.77 | 0.46 | 0.67 |
| Hex | D1 | 83 | B6 | 0 | 25 | D | 12 | 141 | 2E | 43 |
| Octal | 321 | 203 | 266 | 0 | 45 | 15 | 22 | 501 | 56 | 103 |
| Binary | 11010001 | 10000011 | 10110110 | 0 | 100101 | 1101 | 10010 | 101000001 | 101110 | 1000011 |
Color Harmonies of #D183B6
Complementary color
Monochromatic Colors of #D183B6
Black with #D183B6
Text Example
Text Example
White with #D183B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D183B6; }
p { color: rgb(209,131,182); }
H1.HeaderClassName
{
color: #D183B6;
}
.AnyTagClassName
{
color: #D183B6;
}
</style>
background-color css
<style>
a { background-color: #D183B6; }
a { background-color: rgb(209,131,182); }
div.DivClassName
{
background-color: #D183B6;
}
.BgClassName
{
background-color: #D183B6;
}
</style>
border-color css
<style>
span { border-color: #D183B6; }
span { border-color: rgb(209,131,182); }
td.TdClassName
{
border-color: #D183B6;
}
.TagClassName
{
border-color: #D183B6;
}
</style>