Shades of Lilac #D297C7
Tints of Lilac #D297C7
RGB
CMYK
RGB Variations
Color information
#D297C7 (or 0xD297C7) is known color: Lilac. HEX triplet: D2, 97 and C7. RGB value is (210,151,199). Sum of RGB (Red+Green+Blue) = 210+151+199=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D297C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297C7 is #2D6838. Grayscale: #ADADAD. Windows color (decimal): -2975801 or 13080530. OLE color: 13080530.
HSL color Cylindrical-coordinate representation of color #D297C7: hue angle of 311.19º 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 #D297C7 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 199 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.18 |
| HSL | 311.19º | 0.4% | 0.71% | - |
| HSV(B) | 311.19º | 0.28% | 0.82% | - |
| XYZ | 47.95 | 39.96 | 59.22 | - |
| YUV | 174.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 199 | 0 | 0.28 | 0.05 | 0.18 | 311.19 | 0.4 | 0.71 |
| Hex | D2 | 97 | C7 | 0 | 1C | 5 | 12 | 137 | 28 | 47 |
| Octal | 322 | 227 | 307 | 0 | 34 | 5 | 22 | 467 | 50 | 107 |
| Binary | 11010010 | 10010111 | 11000111 | 0 | 11100 | 101 | 10010 | 100110111 | 101000 | 1000111 |
Color Harmonies of #D297C7
Complementary color
Monochromatic Colors of #D297C7
Black with #D297C7
Text Example
Text Example
White with #D297C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D297C7; }
p { color: rgb(210,151,199); }
H1.HeaderClassName
{
color: #D297C7;
}
.AnyTagClassName
{
color: #D297C7;
}
</style>
background-color css
<style>
a { background-color: #D297C7; }
a { background-color: rgb(210,151,199); }
div.DivClassName
{
background-color: #D297C7;
}
.BgClassName
{
background-color: #D297C7;
}
</style>
border-color css
<style>
span { border-color: #D297C7; }
span { border-color: rgb(210,151,199); }
td.TdClassName
{
border-color: #D297C7;
}
.TagClassName
{
border-color: #D297C7;
}
</style>