Shades of Lily #D096B8
Tints of Lily #D096B8
RGB
CMYK
RGB Variations
Color information
#D096B8 (or 0xD096B8) is known color: Lily. HEX triplet: D0, 96 and B8. RGB value is (208,150,184). Sum of RGB (Red+Green+Blue) = 208+150+184=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 184 (72.27% from 255 or 33.95% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D096B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096B8 is #2F6947. Grayscale: #ABABAB. Windows color (decimal): -3107144 or 12097232. OLE color: 12097232.
HSL color Cylindrical-coordinate representation of color #D096B8: hue angle of 324.83º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D096B8 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 184 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.18 |
| HSL | 324.83º | 0.38% | 0.7% | - |
| HSV(B) | 324.83º | 0.28% | 0.82% | - |
| XYZ | 45.57 | 38.68 | 50.41 | - |
| YUV | 171.22 | 135.22 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 184 | 0 | 0.28 | 0.12 | 0.18 | 324.83 | 0.38 | 0.7 |
| Hex | D0 | 96 | B8 | 0 | 1C | C | 12 | 145 | 26 | 46 |
| Octal | 320 | 226 | 270 | 0 | 34 | 14 | 22 | 505 | 46 | 106 |
| Binary | 11010000 | 10010110 | 10111000 | 0 | 11100 | 1100 | 10010 | 101000101 | 100110 | 1000110 |
Color Harmonies of #D096B8
Complementary color
Monochromatic Colors of #D096B8
Black with #D096B8
Text Example
Text Example
White with #D096B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D096B8; }
p { color: rgb(208,150,184); }
H1.HeaderClassName
{
color: #D096B8;
}
.AnyTagClassName
{
color: #D096B8;
}
</style>
background-color css
<style>
a { background-color: #D096B8; }
a { background-color: rgb(208,150,184); }
div.DivClassName
{
background-color: #D096B8;
}
.BgClassName
{
background-color: #D096B8;
}
</style>
border-color css
<style>
span { border-color: #D096B8; }
span { border-color: rgb(208,150,184); }
td.TdClassName
{
border-color: #D096B8;
}
.TagClassName
{
border-color: #D096B8;
}
</style>