Shades of Lilac #D397CF
Tints of Lilac #D397CF
RGB
CMYK
RGB Variations
Color information
#D397CF (or 0xD397CF) is known color: Lilac. HEX triplet: D3, 97 and CF. RGB value is (211,151,207). Sum of RGB (Red+Green+Blue) = 211+151+207=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 211 - color contains mainly: red. Hex color #D397CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D397CF is #2C6830. Grayscale: #AFAFAF. Windows color (decimal): -2910257 or 13604819. OLE color: 13604819.
HSL color Cylindrical-coordinate representation of color #D397CF: hue angle of 304º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D397CF is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 151 | 207 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.17 |
| HSL | 304º | 0.41% | 0.71% | - |
| HSV(B) | 304º | 0.28% | 0.83% | - |
| XYZ | 49.19 | 40.49 | 64.25 | - |
| YUV | 175.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 207 | 0 | 0.28 | 0.02 | 0.17 | 304 | 0.41 | 0.71 |
| Hex | D3 | 97 | CF | 0 | 1C | 2 | 11 | 130 | 29 | 47 |
| Octal | 323 | 227 | 317 | 0 | 34 | 2 | 21 | 460 | 51 | 107 |
| Binary | 11010011 | 10010111 | 11001111 | 0 | 11100 | 10 | 10001 | 100110000 | 101001 | 1000111 |
Color Harmonies of #D397CF
Complementary color
Monochromatic Colors of #D397CF
Black with #D397CF
Text Example
Text Example
White with #D397CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D397CF; }
p { color: rgb(211,151,207); }
H1.HeaderClassName
{
color: #D397CF;
}
.AnyTagClassName
{
color: #D397CF;
}
</style>
background-color css
<style>
a { background-color: #D397CF; }
a { background-color: rgb(211,151,207); }
div.DivClassName
{
background-color: #D397CF;
}
.BgClassName
{
background-color: #D397CF;
}
</style>
border-color css
<style>
span { border-color: #D397CF; }
span { border-color: rgb(211,151,207); }
td.TdClassName
{
border-color: #D397CF;
}
.TagClassName
{
border-color: #D397CF;
}
</style>