Shades of Lily #D297B4
Tints of Lily #D297B4
RGB
CMYK
RGB Variations
Color information
#D297B4 (or 0xD297B4) is known color: Lily. HEX triplet: D2, 97 and B4. RGB value is (210,151,180). Sum of RGB (Red+Green+Blue) = 210+151+180=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D297B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297B4 is #2D684B. Grayscale: #ABABAB. Windows color (decimal): -2975820 or 11835346. OLE color: 11835346.
HSL color Cylindrical-coordinate representation of color #D297B4: hue angle of 330.51º 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 #D297B4 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 180 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.18 |
| HSL | 330.51º | 0.4% | 0.71% | - |
| HSV(B) | 330.51º | 0.28% | 0.82% | - |
| XYZ | 45.88 | 39.13 | 48.31 | - |
| YUV | 171.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 180 | 0 | 0.28 | 0.14 | 0.18 | 330.51 | 0.4 | 0.71 |
| Hex | D2 | 97 | B4 | 0 | 1C | E | 12 | 14B | 28 | 47 |
| Octal | 322 | 227 | 264 | 0 | 34 | 16 | 22 | 513 | 50 | 107 |
| Binary | 11010010 | 10010111 | 10110100 | 0 | 11100 | 1110 | 10010 | 101001011 | 101000 | 1000111 |
Color Harmonies of #D297B4
Complementary color
Monochromatic Colors of #D297B4
Black with #D297B4
Text Example
Text Example
White with #D297B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D297B4; }
p { color: rgb(210,151,180); }
H1.HeaderClassName
{
color: #D297B4;
}
.AnyTagClassName
{
color: #D297B4;
}
</style>
background-color css
<style>
a { background-color: #D297B4; }
a { background-color: rgb(210,151,180); }
div.DivClassName
{
background-color: #D297B4;
}
.BgClassName
{
background-color: #D297B4;
}
</style>
border-color css
<style>
span { border-color: #D297B4; }
span { border-color: rgb(210,151,180); }
td.TdClassName
{
border-color: #D297B4;
}
.TagClassName
{
border-color: #D297B4;
}
</style>