Shades of Lilac #D58BC5
Tints of Lilac #D58BC5
RGB
CMYK
RGB Variations
Color information
#D58BC5 (or 0xD58BC5) is known color: Lilac. HEX triplet: D5, 8B and C5. RGB value is (213,139,197). Sum of RGB (Red+Green+Blue) = 213+139+197=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BC5 is #2A743A. Grayscale: #A7A7A7. Windows color (decimal): -2782267 or 12946389. OLE color: 12946389.
HSL color Cylindrical-coordinate representation of color #D58BC5: hue angle of 312.97º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58BC5 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 197 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.16 |
| HSL | 312.97º | 0.47% | 0.69% | - |
| HSV(B) | 312.97º | 0.35% | 0.84% | - |
| XYZ | 46.75 | 36.64 | 57.43 | - |
| YUV | 167.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 197 | 0 | 0.35 | 0.08 | 0.16 | 312.97 | 0.47 | 0.69 |
| Hex | D5 | 8B | C5 | 0 | 23 | 8 | 10 | 139 | 2F | 45 |
| Octal | 325 | 213 | 305 | 0 | 43 | 10 | 20 | 471 | 57 | 105 |
| Binary | 11010101 | 10001011 | 11000101 | 0 | 100011 | 1000 | 10000 | 100111001 | 101111 | 1000101 |
Color Harmonies of #D58BC5
Complementary color
Monochromatic Colors of #D58BC5
Black with #D58BC5
Text Example
Text Example
White with #D58BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BC5; }
p { color: rgb(213,139,197); }
H1.HeaderClassName
{
color: #D58BC5;
}
.AnyTagClassName
{
color: #D58BC5;
}
</style>
background-color css
<style>
a { background-color: #D58BC5; }
a { background-color: rgb(213,139,197); }
div.DivClassName
{
background-color: #D58BC5;
}
.BgClassName
{
background-color: #D58BC5;
}
</style>
border-color css
<style>
span { border-color: #D58BC5; }
span { border-color: rgb(213,139,197); }
td.TdClassName
{
border-color: #D58BC5;
}
.TagClassName
{
border-color: #D58BC5;
}
</style>