Shades of Lilac #D297CA
Tints of Lilac #D297CA
RGB
CMYK
RGB Variations
Color information
#D297CA (or 0xD297CA) is known color: Lilac. HEX triplet: D2, 97 and CA. RGB value is (210,151,202). Sum of RGB (Red+Green+Blue) = 210+151+202=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D297CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297CA is #2D6835. Grayscale: #AEAEAE. Windows color (decimal): -2975798 or 13277138. OLE color: 13277138.
HSL color Cylindrical-coordinate representation of color #D297CA: hue angle of 308.14º 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 #D297CA is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 202 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.18 |
| HSL | 308.14º | 0.4% | 0.71% | - |
| HSV(B) | 308.14º | 0.28% | 0.82% | - |
| XYZ | 48.31 | 40.1 | 61.07 | - |
| YUV | 174.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 202 | 0 | 0.28 | 0.04 | 0.18 | 308.14 | 0.4 | 0.71 |
| Hex | D2 | 97 | CA | 0 | 1C | 4 | 12 | 134 | 28 | 47 |
| Octal | 322 | 227 | 312 | 0 | 34 | 4 | 22 | 464 | 50 | 107 |
| Binary | 11010010 | 10010111 | 11001010 | 0 | 11100 | 100 | 10010 | 100110100 | 101000 | 1000111 |
Color Harmonies of #D297CA
Complementary color
Monochromatic Colors of #D297CA
Black with #D297CA
Text Example
Text Example
White with #D297CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D297CA; }
p { color: rgb(210,151,202); }
H1.HeaderClassName
{
color: #D297CA;
}
.AnyTagClassName
{
color: #D297CA;
}
</style>
background-color css
<style>
a { background-color: #D297CA; }
a { background-color: rgb(210,151,202); }
div.DivClassName
{
background-color: #D297CA;
}
.BgClassName
{
background-color: #D297CA;
}
</style>
border-color css
<style>
span { border-color: #D297CA; }
span { border-color: rgb(210,151,202); }
td.TdClassName
{
border-color: #D297CA;
}
.TagClassName
{
border-color: #D297CA;
}
</style>