Shades of Lilac #D497CF
Tints of Lilac #D497CF
RGB
CMYK
RGB Variations
Color information
#D497CF (or 0xD497CF) is known color: Lilac. HEX triplet: D4, 97 and CF. RGB value is (212,151,207). Sum of RGB (Red+Green+Blue) = 212+151+207=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 212 - color contains mainly: red. Hex color #D497CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497CF is #2B6830. Grayscale: #AFAFAF. Windows color (decimal): -2844721 or 13604820. OLE color: 13604820.
HSL color Cylindrical-coordinate representation of color #D497CF: hue angle of 304.92º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D497CF is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 207 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.17 |
| HSL | 304.92º | 0.41% | 0.71% | - |
| HSV(B) | 304.92º | 0.29% | 0.83% | - |
| XYZ | 49.48 | 40.64 | 64.27 | - |
| YUV | 175.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 207 | 0 | 0.29 | 0.02 | 0.17 | 304.92 | 0.41 | 0.71 |
| Hex | D4 | 97 | CF | 0 | 1D | 2 | 11 | 131 | 29 | 47 |
| Octal | 324 | 227 | 317 | 0 | 35 | 2 | 21 | 461 | 51 | 107 |
| Binary | 11010100 | 10010111 | 11001111 | 0 | 11101 | 10 | 10001 | 100110001 | 101001 | 1000111 |
Color Harmonies of #D497CF
Complementary color
Monochromatic Colors of #D497CF
Black with #D497CF
Text Example
Text Example
White with #D497CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D497CF; }
p { color: rgb(212,151,207); }
H1.HeaderClassName
{
color: #D497CF;
}
.AnyTagClassName
{
color: #D497CF;
}
</style>
background-color css
<style>
a { background-color: #D497CF; }
a { background-color: rgb(212,151,207); }
div.DivClassName
{
background-color: #D497CF;
}
.BgClassName
{
background-color: #D497CF;
}
</style>
border-color css
<style>
span { border-color: #D497CF; }
span { border-color: rgb(212,151,207); }
td.TdClassName
{
border-color: #D497CF;
}
.TagClassName
{
border-color: #D497CF;
}
</style>