Shades of Lilac #D58BC3
Tints of Lilac #D58BC3
RGB
CMYK
RGB Variations
Color information
#D58BC3 (or 0xD58BC3) is known color: Lilac. HEX triplet: D5, 8B and C3. RGB value is (213,139,195). Sum of RGB (Red+Green+Blue) = 213+139+195=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BC3 is #2A743C. Grayscale: #A7A7A7. Windows color (decimal): -2782269 or 12815317. OLE color: 12815317.
HSL color Cylindrical-coordinate representation of color #D58BC3: hue angle of 314.59º 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 #D58BC3 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 195 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.16 |
| HSL | 314.59º | 0.47% | 0.69% | - |
| HSV(B) | 314.59º | 0.35% | 0.84% | - |
| XYZ | 46.52 | 36.55 | 56.23 | - |
| YUV | 167.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 195 | 0 | 0.35 | 0.08 | 0.16 | 314.59 | 0.47 | 0.69 |
| Hex | D5 | 8B | C3 | 0 | 23 | 8 | 10 | 13B | 2F | 45 |
| Octal | 325 | 213 | 303 | 0 | 43 | 10 | 20 | 473 | 57 | 105 |
| Binary | 11010101 | 10001011 | 11000011 | 0 | 100011 | 1000 | 10000 | 100111011 | 101111 | 1000101 |
Color Harmonies of #D58BC3
Complementary color
Monochromatic Colors of #D58BC3
Black with #D58BC3
Text Example
Text Example
White with #D58BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BC3; }
p { color: rgb(213,139,195); }
H1.HeaderClassName
{
color: #D58BC3;
}
.AnyTagClassName
{
color: #D58BC3;
}
</style>
background-color css
<style>
a { background-color: #D58BC3; }
a { background-color: rgb(213,139,195); }
div.DivClassName
{
background-color: #D58BC3;
}
.BgClassName
{
background-color: #D58BC3;
}
</style>
border-color css
<style>
span { border-color: #D58BC3; }
span { border-color: rgb(213,139,195); }
td.TdClassName
{
border-color: #D58BC3;
}
.TagClassName
{
border-color: #D58BC3;
}
</style>