Shades of Lilac #D58DCB
Tints of Lilac #D58DCB
RGB
CMYK
RGB Variations
Color information
#D58DCB (or 0xD58DCB) is known color: Lilac. HEX triplet: D5, 8D and CB. RGB value is (213,141,203). Sum of RGB (Red+Green+Blue) = 213+141+203=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DCB is #2A7234. Grayscale: #A9A9A9. Windows color (decimal): -2781749 or 13340117. OLE color: 13340117.
HSL color Cylindrical-coordinate representation of color #D58DCB: hue angle of 308.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 #D58DCB is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 203 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.16 |
| HSL | 308.33º | 0.46% | 0.69% | - |
| HSV(B) | 308.33º | 0.34% | 0.84% | - |
| XYZ | 47.74 | 37.51 | 61.22 | - |
| YUV | 169.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 203 | 0 | 0.34 | 0.05 | 0.16 | 308.33 | 0.46 | 0.69 |
| Hex | D5 | 8D | CB | 0 | 22 | 5 | 10 | 134 | 2E | 45 |
| Octal | 325 | 215 | 313 | 0 | 42 | 5 | 20 | 464 | 56 | 105 |
| Binary | 11010101 | 10001101 | 11001011 | 0 | 100010 | 101 | 10000 | 100110100 | 101110 | 1000101 |
Color Harmonies of #D58DCB
Complementary color
Monochromatic Colors of #D58DCB
Black with #D58DCB
Text Example
Text Example
White with #D58DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58DCB; }
p { color: rgb(213,141,203); }
H1.HeaderClassName
{
color: #D58DCB;
}
.AnyTagClassName
{
color: #D58DCB;
}
</style>
background-color css
<style>
a { background-color: #D58DCB; }
a { background-color: rgb(213,141,203); }
div.DivClassName
{
background-color: #D58DCB;
}
.BgClassName
{
background-color: #D58DCB;
}
</style>
border-color css
<style>
span { border-color: #D58DCB; }
span { border-color: rgb(213,141,203); }
td.TdClassName
{
border-color: #D58DCB;
}
.TagClassName
{
border-color: #D58DCB;
}
</style>