Shades of Lilac #D297C5
Tints of Lilac #D297C5
RGB
CMYK
RGB Variations
Color information
#D297C5 (or 0xD297C5) is known color: Lilac. HEX triplet: D2, 97 and C5. RGB value is (210,151,197). Sum of RGB (Red+Green+Blue) = 210+151+197=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D297C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297C5 is #2D683A. Grayscale: #ADADAD. Windows color (decimal): -2975803 or 12949458. OLE color: 12949458.
HSL color Cylindrical-coordinate representation of color #D297C5: hue angle of 313.22º 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 #D297C5 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 197 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.18 |
| HSL | 313.22º | 0.4% | 0.71% | - |
| HSV(B) | 313.22º | 0.28% | 0.82% | - |
| XYZ | 47.72 | 39.87 | 58 | - |
| YUV | 173.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 197 | 0 | 0.28 | 0.06 | 0.18 | 313.22 | 0.4 | 0.71 |
| Hex | D2 | 97 | C5 | 0 | 1C | 6 | 12 | 139 | 28 | 47 |
| Octal | 322 | 227 | 305 | 0 | 34 | 6 | 22 | 471 | 50 | 107 |
| Binary | 11010010 | 10010111 | 11000101 | 0 | 11100 | 110 | 10010 | 100111001 | 101000 | 1000111 |
Color Harmonies of #D297C5
Complementary color
Monochromatic Colors of #D297C5
Black with #D297C5
Text Example
Text Example
White with #D297C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D297C5; }
p { color: rgb(210,151,197); }
H1.HeaderClassName
{
color: #D297C5;
}
.AnyTagClassName
{
color: #D297C5;
}
</style>
background-color css
<style>
a { background-color: #D297C5; }
a { background-color: rgb(210,151,197); }
div.DivClassName
{
background-color: #D297C5;
}
.BgClassName
{
background-color: #D297C5;
}
</style>
border-color css
<style>
span { border-color: #D297C5; }
span { border-color: rgb(210,151,197); }
td.TdClassName
{
border-color: #D297C5;
}
.TagClassName
{
border-color: #D297C5;
}
</style>