Shades of Lilac #D595CD
Tints of Lilac #D595CD
RGB
CMYK
RGB Variations
Color information
#D595CD (or 0xD595CD) is known color: Lilac. HEX triplet: D5, 95 and CD. RGB value is (213,149,205). Sum of RGB (Red+Green+Blue) = 213+149+205=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D595CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595CD is #2A6A32. Grayscale: #AEAEAE. Windows color (decimal): -2779699 or 13473237. OLE color: 13473237.
HSL color Cylindrical-coordinate representation of color #D595CD: hue angle of 307.5º 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 #D595CD is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 205 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.16 |
| HSL | 307.5º | 0.43% | 0.71% | - |
| HSV(B) | 307.5º | 0.3% | 0.84% | - |
| XYZ | 49.21 | 40.05 | 62.89 | - |
| YUV | 174.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 205 | 0 | 0.30 | 0.04 | 0.16 | 307.5 | 0.43 | 0.71 |
| Hex | D5 | 95 | CD | 0 | 1E | 4 | 10 | 134 | 2B | 47 |
| Octal | 325 | 225 | 315 | 0 | 36 | 4 | 20 | 464 | 53 | 107 |
| Binary | 11010101 | 10010101 | 11001101 | 0 | 11110 | 100 | 10000 | 100110100 | 101011 | 1000111 |
Color Harmonies of #D595CD
Complementary color
Monochromatic Colors of #D595CD
Black with #D595CD
Text Example
Text Example
White with #D595CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595CD; }
p { color: rgb(213,149,205); }
H1.HeaderClassName
{
color: #D595CD;
}
.AnyTagClassName
{
color: #D595CD;
}
</style>
background-color css
<style>
a { background-color: #D595CD; }
a { background-color: rgb(213,149,205); }
div.DivClassName
{
background-color: #D595CD;
}
.BgClassName
{
background-color: #D595CD;
}
</style>
border-color css
<style>
span { border-color: #D595CD; }
span { border-color: rgb(213,149,205); }
td.TdClassName
{
border-color: #D595CD;
}
.TagClassName
{
border-color: #D595CD;
}
</style>