Shades of Lily #D183BD
Tints of Lily #D183BD
RGB
CMYK
RGB Variations
Color information
#D183BD (or 0xD183BD) is known color: Lily. HEX triplet: D1, 83 and BD. RGB value is (209,131,189). Sum of RGB (Red+Green+Blue) = 209+131+189=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D183BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183BD is #2E7C42. Grayscale: #A0A0A0. Windows color (decimal): -3046467 or 12420049. OLE color: 12420049.
HSL color Cylindrical-coordinate representation of color #D183BD: hue angle of 315.38º 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 #D183BD is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 189 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.18 |
| HSL | 315.38º | 0.46% | 0.67% | - |
| HSV(B) | 315.38º | 0.37% | 0.82% | - |
| XYZ | 43.6 | 33.46 | 52.31 | - |
| YUV | 160.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 189 | 0 | 0.37 | 0.10 | 0.18 | 315.38 | 0.46 | 0.67 |
| Hex | D1 | 83 | BD | 0 | 25 | A | 12 | 13B | 2E | 43 |
| Octal | 321 | 203 | 275 | 0 | 45 | 12 | 22 | 473 | 56 | 103 |
| Binary | 11010001 | 10000011 | 10111101 | 0 | 100101 | 1010 | 10010 | 100111011 | 101110 | 1000011 |
Color Harmonies of #D183BD
Complementary color
Monochromatic Colors of #D183BD
Black with #D183BD
Text Example
Text Example
White with #D183BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D183BD; }
p { color: rgb(209,131,189); }
H1.HeaderClassName
{
color: #D183BD;
}
.AnyTagClassName
{
color: #D183BD;
}
</style>
background-color css
<style>
a { background-color: #D183BD; }
a { background-color: rgb(209,131,189); }
div.DivClassName
{
background-color: #D183BD;
}
.BgClassName
{
background-color: #D183BD;
}
</style>
border-color css
<style>
span { border-color: #D183BD; }
span { border-color: rgb(209,131,189); }
td.TdClassName
{
border-color: #D183BD;
}
.TagClassName
{
border-color: #D183BD;
}
</style>