Shades of Lily #D092B7
Tints of Lily #D092B7
RGB
CMYK
RGB Variations
Color information
#D092B7 (or 0xD092B7) is known color: Lily. HEX triplet: D0, 92 and B7. RGB value is (208,146,183). Sum of RGB (Red+Green+Blue) = 208+146+183=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D092B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092B7 is #2F6D48. Grayscale: #A8A8A8. Windows color (decimal): -3108169 or 12030672. OLE color: 12030672.
HSL color Cylindrical-coordinate representation of color #D092B7: hue angle of 324.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D092B7 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 183 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.18 |
| HSL | 324.19º | 0.4% | 0.69% | - |
| HSV(B) | 324.19º | 0.3% | 0.82% | - |
| XYZ | 44.84 | 37.39 | 49.65 | - |
| YUV | 168.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 183 | 0 | 0.30 | 0.12 | 0.18 | 324.19 | 0.4 | 0.69 |
| Hex | D0 | 92 | B7 | 0 | 1E | C | 12 | 144 | 28 | 45 |
| Octal | 320 | 222 | 267 | 0 | 36 | 14 | 22 | 504 | 50 | 105 |
| Binary | 11010000 | 10010010 | 10110111 | 0 | 11110 | 1100 | 10010 | 101000100 | 101000 | 1000101 |
Color Harmonies of #D092B7
Complementary color
Monochromatic Colors of #D092B7
Black with #D092B7
Text Example
Text Example
White with #D092B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D092B7; }
p { color: rgb(208,146,183); }
H1.HeaderClassName
{
color: #D092B7;
}
.AnyTagClassName
{
color: #D092B7;
}
</style>
background-color css
<style>
a { background-color: #D092B7; }
a { background-color: rgb(208,146,183); }
div.DivClassName
{
background-color: #D092B7;
}
.BgClassName
{
background-color: #D092B7;
}
</style>
border-color css
<style>
span { border-color: #D092B7; }
span { border-color: rgb(208,146,183); }
td.TdClassName
{
border-color: #D092B7;
}
.TagClassName
{
border-color: #D092B7;
}
</style>