Shades of Lily #D297B5
Tints of Lily #D297B5
RGB
CMYK
RGB Variations
Color information
#D297B5 (or 0xD297B5) is known color: Lily. HEX triplet: D2, 97 and B5. RGB value is (210,151,181). Sum of RGB (Red+Green+Blue) = 210+151+181=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D297B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297B5 is #2D684A. Grayscale: #ABABAB. Windows color (decimal): -2975819 or 11900882. OLE color: 11900882.
HSL color Cylindrical-coordinate representation of color #D297B5: hue angle of 329.49º 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 #D297B5 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 181 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.18 |
| HSL | 329.49º | 0.4% | 0.71% | - |
| HSV(B) | 329.49º | 0.28% | 0.82% | - |
| XYZ | 45.99 | 39.17 | 48.85 | - |
| YUV | 172.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 181 | 0 | 0.28 | 0.14 | 0.18 | 329.49 | 0.4 | 0.71 |
| Hex | D2 | 97 | B5 | 0 | 1C | E | 12 | 149 | 28 | 47 |
| Octal | 322 | 227 | 265 | 0 | 34 | 16 | 22 | 511 | 50 | 107 |
| Binary | 11010010 | 10010111 | 10110101 | 0 | 11100 | 1110 | 10010 | 101001001 | 101000 | 1000111 |
Color Harmonies of #D297B5
Complementary color
Monochromatic Colors of #D297B5
Black with #D297B5
Text Example
Text Example
White with #D297B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D297B5; }
p { color: rgb(210,151,181); }
H1.HeaderClassName
{
color: #D297B5;
}
.AnyTagClassName
{
color: #D297B5;
}
</style>
background-color css
<style>
a { background-color: #D297B5; }
a { background-color: rgb(210,151,181); }
div.DivClassName
{
background-color: #D297B5;
}
.BgClassName
{
background-color: #D297B5;
}
</style>
border-color css
<style>
span { border-color: #D297B5; }
span { border-color: rgb(210,151,181); }
td.TdClassName
{
border-color: #D297B5;
}
.TagClassName
{
border-color: #D297B5;
}
</style>