Shades of Lily #D298B8
Tints of Lily #D298B8
RGB
CMYK
RGB Variations
Color information
#D298B8 (or 0xD298B8) is known color: Lily. HEX triplet: D2, 98 and B8. RGB value is (210,152,184). Sum of RGB (Red+Green+Blue) = 210+152+184=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D298B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298B8 is #2D6747. Grayscale: #ACACAC. Windows color (decimal): -2975560 or 12097746. OLE color: 12097746.
HSL color Cylindrical-coordinate representation of color #D298B8: hue angle of 326.9º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D298B8 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 184 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.18 |
| HSL | 326.9º | 0.39% | 0.71% | - |
| HSV(B) | 326.9º | 0.28% | 0.82% | - |
| XYZ | 46.46 | 39.62 | 50.55 | - |
| YUV | 172.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 184 | 0 | 0.28 | 0.12 | 0.18 | 326.9 | 0.39 | 0.71 |
| Hex | D2 | 98 | B8 | 0 | 1C | C | 12 | 147 | 27 | 47 |
| Octal | 322 | 230 | 270 | 0 | 34 | 14 | 22 | 507 | 47 | 107 |
| Binary | 11010010 | 10011000 | 10111000 | 0 | 11100 | 1100 | 10010 | 101000111 | 100111 | 1000111 |
Color Harmonies of #D298B8
Complementary color
Monochromatic Colors of #D298B8
Black with #D298B8
Text Example
Text Example
White with #D298B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D298B8; }
p { color: rgb(210,152,184); }
H1.HeaderClassName
{
color: #D298B8;
}
.AnyTagClassName
{
color: #D298B8;
}
</style>
background-color css
<style>
a { background-color: #D298B8; }
a { background-color: rgb(210,152,184); }
div.DivClassName
{
background-color: #D298B8;
}
.BgClassName
{
background-color: #D298B8;
}
</style>
border-color css
<style>
span { border-color: #D298B8; }
span { border-color: rgb(210,152,184); }
td.TdClassName
{
border-color: #D298B8;
}
.TagClassName
{
border-color: #D298B8;
}
</style>