Shades of Lilac #D593CE
Tints of Lilac #D593CE
RGB
CMYK
RGB Variations
Color information
#D593CE (or 0xD593CE) is known color: Lilac. HEX triplet: D5, 93 and CE. RGB value is (213,147,206). Sum of RGB (Red+Green+Blue) = 213+147+206=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D593CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593CE is #2A6C31. Grayscale: #ADADAD. Windows color (decimal): -2780210 or 13538261. OLE color: 13538261.
HSL color Cylindrical-coordinate representation of color #D593CE: hue angle of 306.36º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D593CE is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 206 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.16 |
| HSL | 306.36º | 0.44% | 0.71% | - |
| HSV(B) | 306.36º | 0.31% | 0.84% | - |
| XYZ | 49.01 | 39.47 | 63.43 | - |
| YUV | 173.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 206 | 0 | 0.31 | 0.03 | 0.16 | 306.36 | 0.44 | 0.71 |
| Hex | D5 | 93 | CE | 0 | 1F | 3 | 10 | 132 | 2C | 47 |
| Octal | 325 | 223 | 316 | 0 | 37 | 3 | 20 | 462 | 54 | 107 |
| Binary | 11010101 | 10010011 | 11001110 | 0 | 11111 | 11 | 10000 | 100110010 | 101100 | 1000111 |
Color Harmonies of #D593CE
Complementary color
Monochromatic Colors of #D593CE
Black with #D593CE
Text Example
Text Example
White with #D593CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593CE; }
p { color: rgb(213,147,206); }
H1.HeaderClassName
{
color: #D593CE;
}
.AnyTagClassName
{
color: #D593CE;
}
</style>
background-color css
<style>
a { background-color: #D593CE; }
a { background-color: rgb(213,147,206); }
div.DivClassName
{
background-color: #D593CE;
}
.BgClassName
{
background-color: #D593CE;
}
</style>
border-color css
<style>
span { border-color: #D593CE; }
span { border-color: rgb(213,147,206); }
td.TdClassName
{
border-color: #D593CE;
}
.TagClassName
{
border-color: #D593CE;
}
</style>