Shades of Lilac #D597C9
Tints of Lilac #D597C9
RGB
CMYK
RGB Variations
Color information
#D597C9 (or 0xD597C9) is known color: Lilac. HEX triplet: D5, 97 and C9. RGB value is (213,151,201). Sum of RGB (Red+Green+Blue) = 213+151+201=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D597C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597C9 is #2A6836. Grayscale: #AFAFAF. Windows color (decimal): -2779191 or 13211605. OLE color: 13211605.
HSL color Cylindrical-coordinate representation of color #D597C9: hue angle of 311.61º 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 #D597C9 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 201 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.16 |
| HSL | 311.61º | 0.42% | 0.71% | - |
| HSV(B) | 311.61º | 0.29% | 0.84% | - |
| XYZ | 49.05 | 40.5 | 60.49 | - |
| YUV | 175.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 201 | 0 | 0.29 | 0.06 | 0.16 | 311.61 | 0.42 | 0.71 |
| Hex | D5 | 97 | C9 | 0 | 1D | 6 | 10 | 138 | 2A | 47 |
| Octal | 325 | 227 | 311 | 0 | 35 | 6 | 20 | 470 | 52 | 107 |
| Binary | 11010101 | 10010111 | 11001001 | 0 | 11101 | 110 | 10000 | 100111000 | 101010 | 1000111 |
Color Harmonies of #D597C9
Complementary color
Monochromatic Colors of #D597C9
Black with #D597C9
Text Example
Text Example
White with #D597C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D597C9; }
p { color: rgb(213,151,201); }
H1.HeaderClassName
{
color: #D597C9;
}
.AnyTagClassName
{
color: #D597C9;
}
</style>
background-color css
<style>
a { background-color: #D597C9; }
a { background-color: rgb(213,151,201); }
div.DivClassName
{
background-color: #D597C9;
}
.BgClassName
{
background-color: #D597C9;
}
</style>
border-color css
<style>
span { border-color: #D597C9; }
span { border-color: rgb(213,151,201); }
td.TdClassName
{
border-color: #D597C9;
}
.TagClassName
{
border-color: #D597C9;
}
</style>