Shades of Lilac #D58DCC
Tints of Lilac #D58DCC
RGB
CMYK
RGB Variations
Color information
#D58DCC (or 0xD58DCC) is known color: Lilac. HEX triplet: D5, 8D and CC. RGB value is (213,141,204). Sum of RGB (Red+Green+Blue) = 213+141+204=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DCC is #2A7233. Grayscale: #A9A9A9. Windows color (decimal): -2781748 or 13405653. OLE color: 13405653.
HSL color Cylindrical-coordinate representation of color #D58DCC: hue angle of 307.5º 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 #D58DCC is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 204 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.16 |
| HSL | 307.5º | 0.46% | 0.69% | - |
| HSV(B) | 307.5º | 0.34% | 0.84% | - |
| XYZ | 47.86 | 37.56 | 61.85 | - |
| YUV | 169.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 204 | 0 | 0.34 | 0.04 | 0.16 | 307.5 | 0.46 | 0.69 |
| Hex | D5 | 8D | CC | 0 | 22 | 4 | 10 | 134 | 2E | 45 |
| Octal | 325 | 215 | 314 | 0 | 42 | 4 | 20 | 464 | 56 | 105 |
| Binary | 11010101 | 10001101 | 11001100 | 0 | 100010 | 100 | 10000 | 100110100 | 101110 | 1000101 |
Color Harmonies of #D58DCC
Complementary color
Monochromatic Colors of #D58DCC
Black with #D58DCC
Text Example
Text Example
White with #D58DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58DCC; }
p { color: rgb(213,141,204); }
H1.HeaderClassName
{
color: #D58DCC;
}
.AnyTagClassName
{
color: #D58DCC;
}
</style>
background-color css
<style>
a { background-color: #D58DCC; }
a { background-color: rgb(213,141,204); }
div.DivClassName
{
background-color: #D58DCC;
}
.BgClassName
{
background-color: #D58DCC;
}
</style>
border-color css
<style>
span { border-color: #D58DCC; }
span { border-color: rgb(213,141,204); }
td.TdClassName
{
border-color: #D58DCC;
}
.TagClassName
{
border-color: #D58DCC;
}
</style>