Shades of Lilac #D592C4
Tints of Lilac #D592C4
RGB
CMYK
RGB Variations
Color information
#D592C4 (or 0xD592C4) is known color: Lilac. HEX triplet: D5, 92 and C4. RGB value is (213,146,196). Sum of RGB (Red+Green+Blue) = 213+146+196=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D592C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592C4 is #2A6D3B. Grayscale: #ABABAB. Windows color (decimal): -2780476 or 12882645. OLE color: 12882645.
HSL color Cylindrical-coordinate representation of color #D592C4: hue angle of 315.22º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D592C4 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 196 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.16 |
| HSL | 315.22º | 0.44% | 0.7% | - |
| HSV(B) | 315.22º | 0.31% | 0.84% | - |
| XYZ | 47.68 | 38.69 | 57.18 | - |
| YUV | 171.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 196 | 0 | 0.31 | 0.08 | 0.16 | 315.22 | 0.44 | 0.7 |
| Hex | D5 | 92 | C4 | 0 | 1F | 8 | 10 | 13B | 2C | 46 |
| Octal | 325 | 222 | 304 | 0 | 37 | 10 | 20 | 473 | 54 | 106 |
| Binary | 11010101 | 10010010 | 11000100 | 0 | 11111 | 1000 | 10000 | 100111011 | 101100 | 1000110 |
Color Harmonies of #D592C4
Complementary color
Monochromatic Colors of #D592C4
Black with #D592C4
Text Example
Text Example
White with #D592C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D592C4; }
p { color: rgb(213,146,196); }
H1.HeaderClassName
{
color: #D592C4;
}
.AnyTagClassName
{
color: #D592C4;
}
</style>
background-color css
<style>
a { background-color: #D592C4; }
a { background-color: rgb(213,146,196); }
div.DivClassName
{
background-color: #D592C4;
}
.BgClassName
{
background-color: #D592C4;
}
</style>
border-color css
<style>
span { border-color: #D592C4; }
span { border-color: rgb(213,146,196); }
td.TdClassName
{
border-color: #D592C4;
}
.TagClassName
{
border-color: #D592C4;
}
</style>