Shades of Lilac #D58DC5
Tints of Lilac #D58DC5
RGB
CMYK
RGB Variations
Color information
#D58DC5 (or 0xD58DC5) is known color: Lilac. HEX triplet: D5, 8D and C5. RGB value is (213,141,197). Sum of RGB (Red+Green+Blue) = 213+141+197=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DC5 is #2A723A. Grayscale: #A8A8A8. Windows color (decimal): -2781755 or 12946901. OLE color: 12946901.
HSL color Cylindrical-coordinate representation of color #D58DC5: hue angle of 313.33º 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 #D58DC5 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 197 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.16 |
| HSL | 313.33º | 0.46% | 0.69% | - |
| HSV(B) | 313.33º | 0.34% | 0.84% | - |
| XYZ | 47.04 | 37.23 | 57.53 | - |
| YUV | 168.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 197 | 0 | 0.34 | 0.08 | 0.16 | 313.33 | 0.46 | 0.69 |
| Hex | D5 | 8D | C5 | 0 | 22 | 8 | 10 | 139 | 2E | 45 |
| Octal | 325 | 215 | 305 | 0 | 42 | 10 | 20 | 471 | 56 | 105 |
| Binary | 11010101 | 10001101 | 11000101 | 0 | 100010 | 1000 | 10000 | 100111001 | 101110 | 1000101 |
Color Harmonies of #D58DC5
Complementary color
Monochromatic Colors of #D58DC5
Black with #D58DC5
Text Example
Text Example
White with #D58DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58DC5; }
p { color: rgb(213,141,197); }
H1.HeaderClassName
{
color: #D58DC5;
}
.AnyTagClassName
{
color: #D58DC5;
}
</style>
background-color css
<style>
a { background-color: #D58DC5; }
a { background-color: rgb(213,141,197); }
div.DivClassName
{
background-color: #D58DC5;
}
.BgClassName
{
background-color: #D58DC5;
}
</style>
border-color css
<style>
span { border-color: #D58DC5; }
span { border-color: rgb(213,141,197); }
td.TdClassName
{
border-color: #D58DC5;
}
.TagClassName
{
border-color: #D58DC5;
}
</style>