Shades of Lilac #D58DCD
Tints of Lilac #D58DCD
RGB
CMYK
RGB Variations
Color information
#D58DCD (or 0xD58DCD) is known color: Lilac. HEX triplet: D5, 8D and CD. RGB value is (213,141,205). Sum of RGB (Red+Green+Blue) = 213+141+205=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DCD is #2A7232. Grayscale: #A9A9A9. Windows color (decimal): -2781747 or 13471189. OLE color: 13471189.
HSL color Cylindrical-coordinate representation of color #D58DCD: hue angle of 306.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58DCD is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 205 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.16 |
| HSL | 306.67º | 0.46% | 0.69% | - |
| HSV(B) | 306.67º | 0.34% | 0.84% | - |
| XYZ | 47.98 | 37.6 | 62.49 | - |
| YUV | 169.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 205 | 0 | 0.34 | 0.04 | 0.16 | 306.67 | 0.46 | 0.69 |
| Hex | D5 | 8D | CD | 0 | 22 | 4 | 10 | 133 | 2E | 45 |
| Octal | 325 | 215 | 315 | 0 | 42 | 4 | 20 | 463 | 56 | 105 |
| Binary | 11010101 | 10001101 | 11001101 | 0 | 100010 | 100 | 10000 | 100110011 | 101110 | 1000101 |
Color Harmonies of #D58DCD
Complementary color
Monochromatic Colors of #D58DCD
Black with #D58DCD
Text Example
Text Example
White with #D58DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58DCD; }
p { color: rgb(213,141,205); }
H1.HeaderClassName
{
color: #D58DCD;
}
.AnyTagClassName
{
color: #D58DCD;
}
</style>
background-color css
<style>
a { background-color: #D58DCD; }
a { background-color: rgb(213,141,205); }
div.DivClassName
{
background-color: #D58DCD;
}
.BgClassName
{
background-color: #D58DCD;
}
</style>
border-color css
<style>
span { border-color: #D58DCD; }
span { border-color: rgb(213,141,205); }
td.TdClassName
{
border-color: #D58DCD;
}
.TagClassName
{
border-color: #D58DCD;
}
</style>