Shades of Lily #D183BC
Tints of Lily #D183BC
RGB
CMYK
RGB Variations
Color information
#D183BC (or 0xD183BC) is known color: Lily. HEX triplet: D1, 83 and BC. RGB value is (209,131,188). Sum of RGB (Red+Green+Blue) = 209+131+188=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D183BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183BC is #2E7C43. Grayscale: #A0A0A0. Windows color (decimal): -3046468 or 12354513. OLE color: 12354513.
HSL color Cylindrical-coordinate representation of color #D183BC: hue angle of 316.15º 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 #D183BC is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 188 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.18 |
| HSL | 316.15º | 0.46% | 0.67% | - |
| HSV(B) | 316.15º | 0.37% | 0.82% | - |
| XYZ | 43.49 | 33.42 | 51.74 | - |
| YUV | 160.82 | 143.34 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 188 | 0 | 0.37 | 0.10 | 0.18 | 316.15 | 0.46 | 0.67 |
| Hex | D1 | 83 | BC | 0 | 25 | A | 12 | 13C | 2E | 43 |
| Octal | 321 | 203 | 274 | 0 | 45 | 12 | 22 | 474 | 56 | 103 |
| Binary | 11010001 | 10000011 | 10111100 | 0 | 100101 | 1010 | 10010 | 100111100 | 101110 | 1000011 |
Color Harmonies of #D183BC
Complementary color
Monochromatic Colors of #D183BC
Black with #D183BC
Text Example
Text Example
White with #D183BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D183BC; }
p { color: rgb(209,131,188); }
H1.HeaderClassName
{
color: #D183BC;
}
.AnyTagClassName
{
color: #D183BC;
}
</style>
background-color css
<style>
a { background-color: #D183BC; }
a { background-color: rgb(209,131,188); }
div.DivClassName
{
background-color: #D183BC;
}
.BgClassName
{
background-color: #D183BC;
}
</style>
border-color css
<style>
span { border-color: #D183BC; }
span { border-color: rgb(209,131,188); }
td.TdClassName
{
border-color: #D183BC;
}
.TagClassName
{
border-color: #D183BC;
}
</style>