Shades of Lilac #D58BC4
Tints of Lilac #D58BC4
RGB
CMYK
RGB Variations
Color information
#D58BC4 (or 0xD58BC4) is known color: Lilac. HEX triplet: D5, 8B and C4. RGB value is (213,139,196). Sum of RGB (Red+Green+Blue) = 213+139+196=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BC4 is #2A743B. Grayscale: #A7A7A7. Windows color (decimal): -2782268 or 12880853. OLE color: 12880853.
HSL color Cylindrical-coordinate representation of color #D58BC4: hue angle of 313.78º 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 #D58BC4 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 196 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.16 |
| HSL | 313.78º | 0.47% | 0.69% | - |
| HSV(B) | 313.78º | 0.35% | 0.84% | - |
| XYZ | 46.64 | 36.6 | 56.83 | - |
| YUV | 167.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 196 | 0 | 0.35 | 0.08 | 0.16 | 313.78 | 0.47 | 0.69 |
| Hex | D5 | 8B | C4 | 0 | 23 | 8 | 10 | 13A | 2F | 45 |
| Octal | 325 | 213 | 304 | 0 | 43 | 10 | 20 | 472 | 57 | 105 |
| Binary | 11010101 | 10001011 | 11000100 | 0 | 100011 | 1000 | 10000 | 100111010 | 101111 | 1000101 |
Color Harmonies of #D58BC4
Complementary color
Monochromatic Colors of #D58BC4
Black with #D58BC4
Text Example
Text Example
White with #D58BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BC4; }
p { color: rgb(213,139,196); }
H1.HeaderClassName
{
color: #D58BC4;
}
.AnyTagClassName
{
color: #D58BC4;
}
</style>
background-color css
<style>
a { background-color: #D58BC4; }
a { background-color: rgb(213,139,196); }
div.DivClassName
{
background-color: #D58BC4;
}
.BgClassName
{
background-color: #D58BC4;
}
</style>
border-color css
<style>
span { border-color: #D58BC4; }
span { border-color: rgb(213,139,196); }
td.TdClassName
{
border-color: #D58BC4;
}
.TagClassName
{
border-color: #D58BC4;
}
</style>