Shades of Lilac #D594C4
Tints of Lilac #D594C4
RGB
CMYK
RGB Variations
Color information
#D594C4 (or 0xD594C4) is known color: Lilac. HEX triplet: D5, 94 and C4. RGB value is (213,148,196). Sum of RGB (Red+Green+Blue) = 213+148+196=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D594C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594C4 is #2A6B3B. Grayscale: #ACACAC. Windows color (decimal): -2779964 or 12883157. OLE color: 12883157.
HSL color Cylindrical-coordinate representation of color #D594C4: hue angle of 315.69º 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 #D594C4 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 196 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.16 |
| HSL | 315.69º | 0.44% | 0.71% | - |
| HSV(B) | 315.69º | 0.31% | 0.84% | - |
| XYZ | 47.99 | 39.31 | 57.28 | - |
| YUV | 172.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 196 | 0 | 0.31 | 0.08 | 0.16 | 315.69 | 0.44 | 0.71 |
| Hex | D5 | 94 | C4 | 0 | 1F | 8 | 10 | 13C | 2C | 47 |
| Octal | 325 | 224 | 304 | 0 | 37 | 10 | 20 | 474 | 54 | 107 |
| Binary | 11010101 | 10010100 | 11000100 | 0 | 11111 | 1000 | 10000 | 100111100 | 101100 | 1000111 |
Color Harmonies of #D594C4
Complementary color
Monochromatic Colors of #D594C4
Black with #D594C4
Text Example
Text Example
White with #D594C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D594C4; }
p { color: rgb(213,148,196); }
H1.HeaderClassName
{
color: #D594C4;
}
.AnyTagClassName
{
color: #D594C4;
}
</style>
background-color css
<style>
a { background-color: #D594C4; }
a { background-color: rgb(213,148,196); }
div.DivClassName
{
background-color: #D594C4;
}
.BgClassName
{
background-color: #D594C4;
}
</style>
border-color css
<style>
span { border-color: #D594C4; }
span { border-color: rgb(213,148,196); }
td.TdClassName
{
border-color: #D594C4;
}
.TagClassName
{
border-color: #D594C4;
}
</style>