Shades of Lilac #D593C4
Tints of Lilac #D593C4
RGB
CMYK
RGB Variations
Color information
#D593C4 (or 0xD593C4) is known color: Lilac. HEX triplet: D5, 93 and C4. RGB value is (213,147,196). Sum of RGB (Red+Green+Blue) = 213+147+196=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D593C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593C4 is #2A6C3B. Grayscale: #ACACAC. Windows color (decimal): -2780220 or 12882901. OLE color: 12882901.
HSL color Cylindrical-coordinate representation of color #D593C4: hue angle of 315.45º 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 #D593C4 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 196 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.16 |
| HSL | 315.45º | 0.44% | 0.71% | - |
| HSV(B) | 315.45º | 0.31% | 0.84% | - |
| XYZ | 47.84 | 39 | 57.23 | - |
| YUV | 172.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 196 | 0 | 0.31 | 0.08 | 0.16 | 315.45 | 0.44 | 0.71 |
| Hex | D5 | 93 | C4 | 0 | 1F | 8 | 10 | 13B | 2C | 47 |
| Octal | 325 | 223 | 304 | 0 | 37 | 10 | 20 | 473 | 54 | 107 |
| Binary | 11010101 | 10010011 | 11000100 | 0 | 11111 | 1000 | 10000 | 100111011 | 101100 | 1000111 |
Color Harmonies of #D593C4
Complementary color
Monochromatic Colors of #D593C4
Black with #D593C4
Text Example
Text Example
White with #D593C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593C4; }
p { color: rgb(213,147,196); }
H1.HeaderClassName
{
color: #D593C4;
}
.AnyTagClassName
{
color: #D593C4;
}
</style>
background-color css
<style>
a { background-color: #D593C4; }
a { background-color: rgb(213,147,196); }
div.DivClassName
{
background-color: #D593C4;
}
.BgClassName
{
background-color: #D593C4;
}
</style>
border-color css
<style>
span { border-color: #D593C4; }
span { border-color: rgb(213,147,196); }
td.TdClassName
{
border-color: #D593C4;
}
.TagClassName
{
border-color: #D593C4;
}
</style>