Shades of Lily #D098B8
Tints of Lily #D098B8
RGB
CMYK
RGB Variations
Color information
#D098B8 (or 0xD098B8) is known color: Lily. HEX triplet: D0, 98 and B8. RGB value is (208,152,184). Sum of RGB (Red+Green+Blue) = 208+152+184=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D098B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098B8 is #2F6747. Grayscale: #ACACAC. Windows color (decimal): -3106632 or 12097744. OLE color: 12097744.
HSL color Cylindrical-coordinate representation of color #D098B8: hue angle of 325.71º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D098B8 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 184 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.18 |
| HSL | 325.71º | 0.37% | 0.71% | - |
| HSV(B) | 325.71º | 0.27% | 0.82% | - |
| XYZ | 45.89 | 39.33 | 50.52 | - |
| YUV | 172.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 184 | 0 | 0.27 | 0.12 | 0.18 | 325.71 | 0.37 | 0.71 |
| Hex | D0 | 98 | B8 | 0 | 1B | C | 12 | 146 | 25 | 47 |
| Octal | 320 | 230 | 270 | 0 | 33 | 14 | 22 | 506 | 45 | 107 |
| Binary | 11010000 | 10011000 | 10111000 | 0 | 11011 | 1100 | 10010 | 101000110 | 100101 | 1000111 |
Color Harmonies of #D098B8
Complementary color
Monochromatic Colors of #D098B8
Black with #D098B8
Text Example
Text Example
White with #D098B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098B8; }
p { color: rgb(208,152,184); }
H1.HeaderClassName
{
color: #D098B8;
}
.AnyTagClassName
{
color: #D098B8;
}
</style>
background-color css
<style>
a { background-color: #D098B8; }
a { background-color: rgb(208,152,184); }
div.DivClassName
{
background-color: #D098B8;
}
.BgClassName
{
background-color: #D098B8;
}
</style>
border-color css
<style>
span { border-color: #D098B8; }
span { border-color: rgb(208,152,184); }
td.TdClassName
{
border-color: #D098B8;
}
.TagClassName
{
border-color: #D098B8;
}
</style>