Shades of Lilac #D595C5
Tints of Lilac #D595C5
RGB
CMYK
RGB Variations
Color information
#D595C5 (or 0xD595C5) is known color: Lilac. HEX triplet: D5, 95 and C5. RGB value is (213,149,197). Sum of RGB (Red+Green+Blue) = 213+149+197=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D595C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595C5 is #2A6A3A. Grayscale: #ADADAD. Windows color (decimal): -2779707 or 12948949. OLE color: 12948949.
HSL color Cylindrical-coordinate representation of color #D595C5: hue angle of 315º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D595C5 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 197 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.16 |
| HSL | 315º | 0.43% | 0.71% | - |
| HSV(B) | 315º | 0.3% | 0.84% | - |
| XYZ | 48.27 | 39.67 | 57.94 | - |
| YUV | 173.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 197 | 0 | 0.30 | 0.08 | 0.16 | 315 | 0.43 | 0.71 |
| Hex | D5 | 95 | C5 | 0 | 1E | 8 | 10 | 13B | 2B | 47 |
| Octal | 325 | 225 | 305 | 0 | 36 | 10 | 20 | 473 | 53 | 107 |
| Binary | 11010101 | 10010101 | 11000101 | 0 | 11110 | 1000 | 10000 | 100111011 | 101011 | 1000111 |
Color Harmonies of #D595C5
Complementary color
Monochromatic Colors of #D595C5
Black with #D595C5
Text Example
Text Example
White with #D595C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595C5; }
p { color: rgb(213,149,197); }
H1.HeaderClassName
{
color: #D595C5;
}
.AnyTagClassName
{
color: #D595C5;
}
</style>
background-color css
<style>
a { background-color: #D595C5; }
a { background-color: rgb(213,149,197); }
div.DivClassName
{
background-color: #D595C5;
}
.BgClassName
{
background-color: #D595C5;
}
</style>
border-color css
<style>
span { border-color: #D595C5; }
span { border-color: rgb(213,149,197); }
td.TdClassName
{
border-color: #D595C5;
}
.TagClassName
{
border-color: #D595C5;
}
</style>