Shades of Lilac #D597CF
Tints of Lilac #D597CF
RGB
CMYK
RGB Variations
Color information
#D597CF (or 0xD597CF) is known color: Lilac. HEX triplet: D5, 97 and CF. RGB value is (213,151,207). Sum of RGB (Red+Green+Blue) = 213+151+207=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 213 - color contains mainly: red. Hex color #D597CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597CF is #2A6830. Grayscale: #AFAFAF. Windows color (decimal): -2779185 or 13604821. OLE color: 13604821.
HSL color Cylindrical-coordinate representation of color #D597CF: hue angle of 305.81º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D597CF is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 207 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.16 |
| HSL | 305.81º | 0.42% | 0.71% | - |
| HSV(B) | 305.81º | 0.29% | 0.84% | - |
| XYZ | 49.77 | 40.78 | 64.28 | - |
| YUV | 175.92 | 145.54 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 207 | 0 | 0.29 | 0.03 | 0.16 | 305.81 | 0.42 | 0.71 |
| Hex | D5 | 97 | CF | 0 | 1D | 3 | 10 | 132 | 2A | 47 |
| Octal | 325 | 227 | 317 | 0 | 35 | 3 | 20 | 462 | 52 | 107 |
| Binary | 11010101 | 10010111 | 11001111 | 0 | 11101 | 11 | 10000 | 100110010 | 101010 | 1000111 |
Color Harmonies of #D597CF
Complementary color
Monochromatic Colors of #D597CF
Black with #D597CF
Text Example
Text Example
White with #D597CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D597CF; }
p { color: rgb(213,151,207); }
H1.HeaderClassName
{
color: #D597CF;
}
.AnyTagClassName
{
color: #D597CF;
}
</style>
background-color css
<style>
a { background-color: #D597CF; }
a { background-color: rgb(213,151,207); }
div.DivClassName
{
background-color: #D597CF;
}
.BgClassName
{
background-color: #D597CF;
}
</style>
border-color css
<style>
span { border-color: #D597CF; }
span { border-color: rgb(213,151,207); }
td.TdClassName
{
border-color: #D597CF;
}
.TagClassName
{
border-color: #D597CF;
}
</style>