Shades of Lilac #D197CA
Tints of Lilac #D197CA
RGB
CMYK
RGB Variations
Color information
#D197CA (or 0xD197CA) is known color: Lilac. HEX triplet: D1, 97 and CA. RGB value is (209,151,202). Sum of RGB (Red+Green+Blue) = 209+151+202=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 209 - color contains mainly: red. Hex color #D197CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D197CA is #2E6835. Grayscale: #AEAEAE. Windows color (decimal): -3041334 or 13277137. OLE color: 13277137.
HSL color Cylindrical-coordinate representation of color #D197CA: hue angle of 307.24º degrees, saturation: 0.39, 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 #D197CA is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 151 | 202 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.18 |
| HSL | 307.24º | 0.39% | 0.71% | - |
| HSV(B) | 307.24º | 0.28% | 0.82% | - |
| XYZ | 48.02 | 39.95 | 61.06 | - |
| YUV | 174.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 151 | 202 | 0 | 0.28 | 0.03 | 0.18 | 307.24 | 0.39 | 0.71 |
| Hex | D1 | 97 | CA | 0 | 1C | 3 | 12 | 133 | 27 | 47 |
| Octal | 321 | 227 | 312 | 0 | 34 | 3 | 22 | 463 | 47 | 107 |
| Binary | 11010001 | 10010111 | 11001010 | 0 | 11100 | 11 | 10010 | 100110011 | 100111 | 1000111 |
Color Harmonies of #D197CA
Complementary color
Monochromatic Colors of #D197CA
Black with #D197CA
Text Example
Text Example
White with #D197CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D197CA; }
p { color: rgb(209,151,202); }
H1.HeaderClassName
{
color: #D197CA;
}
.AnyTagClassName
{
color: #D197CA;
}
</style>
background-color css
<style>
a { background-color: #D197CA; }
a { background-color: rgb(209,151,202); }
div.DivClassName
{
background-color: #D197CA;
}
.BgClassName
{
background-color: #D197CA;
}
</style>
border-color css
<style>
span { border-color: #D197CA; }
span { border-color: rgb(209,151,202); }
td.TdClassName
{
border-color: #D197CA;
}
.TagClassName
{
border-color: #D197CA;
}
</style>