Shades of Lilac #D58BC7
Tints of Lilac #D58BC7
RGB
CMYK
RGB Variations
Color information
#D58BC7 (or 0xD58BC7) is known color: Lilac. HEX triplet: D5, 8B and C7. RGB value is (213,139,199). Sum of RGB (Red+Green+Blue) = 213+139+199=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BC7 is #2A7438. Grayscale: #A7A7A7. Windows color (decimal): -2782265 or 13077461. OLE color: 13077461.
HSL color Cylindrical-coordinate representation of color #D58BC7: hue angle of 311.35º 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 #D58BC7 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 199 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.16 |
| HSL | 311.35º | 0.47% | 0.69% | - |
| HSV(B) | 311.35º | 0.35% | 0.84% | - |
| XYZ | 46.98 | 36.73 | 58.65 | - |
| YUV | 167.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 199 | 0 | 0.35 | 0.07 | 0.16 | 311.35 | 0.47 | 0.69 |
| Hex | D5 | 8B | C7 | 0 | 23 | 7 | 10 | 137 | 2F | 45 |
| Octal | 325 | 213 | 307 | 0 | 43 | 7 | 20 | 467 | 57 | 105 |
| Binary | 11010101 | 10001011 | 11000111 | 0 | 100011 | 111 | 10000 | 100110111 | 101111 | 1000101 |
Color Harmonies of #D58BC7
Complementary color
Monochromatic Colors of #D58BC7
Black with #D58BC7
Text Example
Text Example
White with #D58BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BC7; }
p { color: rgb(213,139,199); }
H1.HeaderClassName
{
color: #D58BC7;
}
.AnyTagClassName
{
color: #D58BC7;
}
</style>
background-color css
<style>
a { background-color: #D58BC7; }
a { background-color: rgb(213,139,199); }
div.DivClassName
{
background-color: #D58BC7;
}
.BgClassName
{
background-color: #D58BC7;
}
</style>
border-color css
<style>
span { border-color: #D58BC7; }
span { border-color: rgb(213,139,199); }
td.TdClassName
{
border-color: #D58BC7;
}
.TagClassName
{
border-color: #D58BC7;
}
</style>