Shades of Lilac #D58CC9
Tints of Lilac #D58CC9
RGB
CMYK
RGB Variations
Color information
#D58CC9 (or 0xD58CC9) is known color: Lilac. HEX triplet: D5, 8C and C9. RGB value is (213,140,201). Sum of RGB (Red+Green+Blue) = 213+140+201=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CC9 is #2A7336. Grayscale: #A8A8A8. Windows color (decimal): -2782007 or 13208789. OLE color: 13208789.
HSL color Cylindrical-coordinate representation of color #D58CC9: hue angle of 309.86º 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 #D58CC9 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 201 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.16 |
| HSL | 309.86º | 0.46% | 0.69% | - |
| HSV(B) | 309.86º | 0.34% | 0.84% | - |
| XYZ | 47.36 | 37.12 | 59.93 | - |
| YUV | 168.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 201 | 0 | 0.34 | 0.06 | 0.16 | 309.86 | 0.46 | 0.69 |
| Hex | D5 | 8C | C9 | 0 | 22 | 6 | 10 | 136 | 2E | 45 |
| Octal | 325 | 214 | 311 | 0 | 42 | 6 | 20 | 466 | 56 | 105 |
| Binary | 11010101 | 10001100 | 11001001 | 0 | 100010 | 110 | 10000 | 100110110 | 101110 | 1000101 |
Color Harmonies of #D58CC9
Complementary color
Monochromatic Colors of #D58CC9
Black with #D58CC9
Text Example
Text Example
White with #D58CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58CC9; }
p { color: rgb(213,140,201); }
H1.HeaderClassName
{
color: #D58CC9;
}
.AnyTagClassName
{
color: #D58CC9;
}
</style>
background-color css
<style>
a { background-color: #D58CC9; }
a { background-color: rgb(213,140,201); }
div.DivClassName
{
background-color: #D58CC9;
}
.BgClassName
{
background-color: #D58CC9;
}
</style>
border-color css
<style>
span { border-color: #D58CC9; }
span { border-color: rgb(213,140,201); }
td.TdClassName
{
border-color: #D58CC9;
}
.TagClassName
{
border-color: #D58CC9;
}
</style>