Shades of Lily #D297B7
Tints of Lily #D297B7
RGB
CMYK
RGB Variations
Color information
#D297B7 (or 0xD297B7) is known color: Lily. HEX triplet: D2, 97 and B7. RGB value is (210,151,183). Sum of RGB (Red+Green+Blue) = 210+151+183=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D297B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297B7 is #2D6848. Grayscale: #ACACAC. Windows color (decimal): -2975817 or 12031954. OLE color: 12031954.
HSL color Cylindrical-coordinate representation of color #D297B7: hue angle of 327.46º 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 #D297B7 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 183 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.18 |
| HSL | 327.46º | 0.4% | 0.71% | - |
| HSV(B) | 327.46º | 0.28% | 0.82% | - |
| XYZ | 46.19 | 39.25 | 49.94 | - |
| YUV | 172.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 183 | 0 | 0.28 | 0.13 | 0.18 | 327.46 | 0.4 | 0.71 |
| Hex | D2 | 97 | B7 | 0 | 1C | D | 12 | 147 | 28 | 47 |
| Octal | 322 | 227 | 267 | 0 | 34 | 15 | 22 | 507 | 50 | 107 |
| Binary | 11010010 | 10010111 | 10110111 | 0 | 11100 | 1101 | 10010 | 101000111 | 101000 | 1000111 |
Color Harmonies of #D297B7
Complementary color
Monochromatic Colors of #D297B7
Black with #D297B7
Text Example
Text Example
White with #D297B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D297B7; }
p { color: rgb(210,151,183); }
H1.HeaderClassName
{
color: #D297B7;
}
.AnyTagClassName
{
color: #D297B7;
}
</style>
background-color css
<style>
a { background-color: #D297B7; }
a { background-color: rgb(210,151,183); }
div.DivClassName
{
background-color: #D297B7;
}
.BgClassName
{
background-color: #D297B7;
}
</style>
border-color css
<style>
span { border-color: #D297B7; }
span { border-color: rgb(210,151,183); }
td.TdClassName
{
border-color: #D297B7;
}
.TagClassName
{
border-color: #D297B7;
}
</style>