Shades of Lily #D297BC
Tints of Lily #D297BC
RGB
CMYK
RGB Variations
Color information
#D297BC (or 0xD297BC) is known color: Lily. HEX triplet: D2, 97 and BC. RGB value is (210,151,188). Sum of RGB (Red+Green+Blue) = 210+151+188=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D297BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297BC is #2D6843. Grayscale: #ACACAC. Windows color (decimal): -2975812 or 12359634. OLE color: 12359634.
HSL color Cylindrical-coordinate representation of color #D297BC: hue angle of 322.37º degrees, saturation: 0.4, 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 #D297BC is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 188 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.18 |
| HSL | 322.37º | 0.4% | 0.71% | - |
| HSV(B) | 322.37º | 0.28% | 0.82% | - |
| XYZ | 46.72 | 39.47 | 52.73 | - |
| YUV | 172.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 188 | 0 | 0.28 | 0.10 | 0.18 | 322.37 | 0.4 | 0.71 |
| Hex | D2 | 97 | BC | 0 | 1C | A | 12 | 142 | 28 | 47 |
| Octal | 322 | 227 | 274 | 0 | 34 | 12 | 22 | 502 | 50 | 107 |
| Binary | 11010010 | 10010111 | 10111100 | 0 | 11100 | 1010 | 10010 | 101000010 | 101000 | 1000111 |
Color Harmonies of #D297BC
Complementary color
Monochromatic Colors of #D297BC
Black with #D297BC
Text Example
Text Example
White with #D297BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D297BC; }
p { color: rgb(210,151,188); }
H1.HeaderClassName
{
color: #D297BC;
}
.AnyTagClassName
{
color: #D297BC;
}
</style>
background-color css
<style>
a { background-color: #D297BC; }
a { background-color: rgb(210,151,188); }
div.DivClassName
{
background-color: #D297BC;
}
.BgClassName
{
background-color: #D297BC;
}
</style>
border-color css
<style>
span { border-color: #D297BC; }
span { border-color: rgb(210,151,188); }
td.TdClassName
{
border-color: #D297BC;
}
.TagClassName
{
border-color: #D297BC;
}
</style>