Shades of Lilac #D297C3
Tints of Lilac #D297C3
RGB
CMYK
RGB Variations
Color information
#D297C3 (or 0xD297C3) is known color: Lilac. HEX triplet: D2, 97 and C3. RGB value is (210,151,195). Sum of RGB (Red+Green+Blue) = 210+151+195=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D297C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297C3 is #2D683C. Grayscale: #ADADAD. Windows color (decimal): -2975805 or 12818386. OLE color: 12818386.
HSL color Cylindrical-coordinate representation of color #D297C3: hue angle of 315.25º 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 #D297C3 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 195 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.18 |
| HSL | 315.25º | 0.4% | 0.71% | - |
| HSV(B) | 315.25º | 0.28% | 0.82% | - |
| XYZ | 47.5 | 39.77 | 56.8 | - |
| YUV | 173.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 195 | 0 | 0.28 | 0.07 | 0.18 | 315.25 | 0.4 | 0.71 |
| Hex | D2 | 97 | C3 | 0 | 1C | 7 | 12 | 13B | 28 | 47 |
| Octal | 322 | 227 | 303 | 0 | 34 | 7 | 22 | 473 | 50 | 107 |
| Binary | 11010010 | 10010111 | 11000011 | 0 | 11100 | 111 | 10010 | 100111011 | 101000 | 1000111 |
Color Harmonies of #D297C3
Complementary color
Monochromatic Colors of #D297C3
Black with #D297C3
Text Example
Text Example
White with #D297C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D297C3; }
p { color: rgb(210,151,195); }
H1.HeaderClassName
{
color: #D297C3;
}
.AnyTagClassName
{
color: #D297C3;
}
</style>
background-color css
<style>
a { background-color: #D297C3; }
a { background-color: rgb(210,151,195); }
div.DivClassName
{
background-color: #D297C3;
}
.BgClassName
{
background-color: #D297C3;
}
</style>
border-color css
<style>
span { border-color: #D297C3; }
span { border-color: rgb(210,151,195); }
td.TdClassName
{
border-color: #D297C3;
}
.TagClassName
{
border-color: #D297C3;
}
</style>