Shades of Lilac #D592CD
Tints of Lilac #D592CD
RGB
CMYK
RGB Variations
Color information
#D592CD (or 0xD592CD) is known color: Lilac. HEX triplet: D5, 92 and CD. RGB value is (213,146,205). Sum of RGB (Red+Green+Blue) = 213+146+205=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D592CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592CD is #2A6D32. Grayscale: #ACACAC. Windows color (decimal): -2780467 or 13472469. OLE color: 13472469.
HSL color Cylindrical-coordinate representation of color #D592CD: hue angle of 307.16º 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 #D592CD is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 205 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.16 |
| HSL | 307.16º | 0.44% | 0.7% | - |
| HSV(B) | 307.16º | 0.31% | 0.84% | - |
| XYZ | 48.74 | 39.11 | 62.74 | - |
| YUV | 172.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 205 | 0 | 0.31 | 0.04 | 0.16 | 307.16 | 0.44 | 0.7 |
| Hex | D5 | 92 | CD | 0 | 1F | 4 | 10 | 133 | 2C | 46 |
| Octal | 325 | 222 | 315 | 0 | 37 | 4 | 20 | 463 | 54 | 106 |
| Binary | 11010101 | 10010010 | 11001101 | 0 | 11111 | 100 | 10000 | 100110011 | 101100 | 1000110 |
Color Harmonies of #D592CD
Complementary color
Monochromatic Colors of #D592CD
Black with #D592CD
Text Example
Text Example
White with #D592CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D592CD; }
p { color: rgb(213,146,205); }
H1.HeaderClassName
{
color: #D592CD;
}
.AnyTagClassName
{
color: #D592CD;
}
</style>
background-color css
<style>
a { background-color: #D592CD; }
a { background-color: rgb(213,146,205); }
div.DivClassName
{
background-color: #D592CD;
}
.BgClassName
{
background-color: #D592CD;
}
</style>
border-color css
<style>
span { border-color: #D592CD; }
span { border-color: rgb(213,146,205); }
td.TdClassName
{
border-color: #D592CD;
}
.TagClassName
{
border-color: #D592CD;
}
</style>