Shades of Lily #D090B7
Tints of Lily #D090B7
RGB
CMYK
RGB Variations
Color information
#D090B7 (or 0xD090B7) is known color: Lily. HEX triplet: D0, 90 and B7. RGB value is (208,144,183). Sum of RGB (Red+Green+Blue) = 208+144+183=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D090B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090B7 is #2F6F48. Grayscale: #A7A7A7. Windows color (decimal): -3108681 or 12030160. OLE color: 12030160.
HSL color Cylindrical-coordinate representation of color #D090B7: hue angle of 323.44º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D090B7 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 183 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.18 |
| HSL | 323.44º | 0.41% | 0.69% | - |
| HSV(B) | 323.44º | 0.31% | 0.82% | - |
| XYZ | 44.53 | 36.78 | 49.55 | - |
| YUV | 167.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 183 | 0 | 0.31 | 0.12 | 0.18 | 323.44 | 0.41 | 0.69 |
| Hex | D0 | 90 | B7 | 0 | 1F | C | 12 | 143 | 29 | 45 |
| Octal | 320 | 220 | 267 | 0 | 37 | 14 | 22 | 503 | 51 | 105 |
| Binary | 11010000 | 10010000 | 10110111 | 0 | 11111 | 1100 | 10010 | 101000011 | 101001 | 1000101 |
Color Harmonies of #D090B7
Complementary color
Monochromatic Colors of #D090B7
Black with #D090B7
Text Example
Text Example
White with #D090B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D090B7; }
p { color: rgb(208,144,183); }
H1.HeaderClassName
{
color: #D090B7;
}
.AnyTagClassName
{
color: #D090B7;
}
</style>
background-color css
<style>
a { background-color: #D090B7; }
a { background-color: rgb(208,144,183); }
div.DivClassName
{
background-color: #D090B7;
}
.BgClassName
{
background-color: #D090B7;
}
</style>
border-color css
<style>
span { border-color: #D090B7; }
span { border-color: rgb(208,144,183); }
td.TdClassName
{
border-color: #D090B7;
}
.TagClassName
{
border-color: #D090B7;
}
</style>