Shades of Lilac #D58BCA
Tints of Lilac #D58BCA
RGB
CMYK
RGB Variations
Color information
#D58BCA (or 0xD58BCA) is known color: Lilac. HEX triplet: D5, 8B and CA. RGB value is (213,139,202). Sum of RGB (Red+Green+Blue) = 213+139+202=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BCA is #2A7435. Grayscale: #A8A8A8. Windows color (decimal): -2782262 or 13274069. OLE color: 13274069.
HSL color Cylindrical-coordinate representation of color #D58BCA: hue angle of 308.92º 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 #D58BCA is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 202 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.16 |
| HSL | 308.92º | 0.47% | 0.69% | - |
| HSV(B) | 308.92º | 0.35% | 0.84% | - |
| XYZ | 47.33 | 36.88 | 60.5 | - |
| YUV | 168.31 | 147.02 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 202 | 0 | 0.35 | 0.05 | 0.16 | 308.92 | 0.47 | 0.69 |
| Hex | D5 | 8B | CA | 0 | 23 | 5 | 10 | 135 | 2F | 45 |
| Octal | 325 | 213 | 312 | 0 | 43 | 5 | 20 | 465 | 57 | 105 |
| Binary | 11010101 | 10001011 | 11001010 | 0 | 100011 | 101 | 10000 | 100110101 | 101111 | 1000101 |
Color Harmonies of #D58BCA
Complementary color
Monochromatic Colors of #D58BCA
Black with #D58BCA
Text Example
Text Example
White with #D58BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BCA; }
p { color: rgb(213,139,202); }
H1.HeaderClassName
{
color: #D58BCA;
}
.AnyTagClassName
{
color: #D58BCA;
}
</style>
background-color css
<style>
a { background-color: #D58BCA; }
a { background-color: rgb(213,139,202); }
div.DivClassName
{
background-color: #D58BCA;
}
.BgClassName
{
background-color: #D58BCA;
}
</style>
border-color css
<style>
span { border-color: #D58BCA; }
span { border-color: rgb(213,139,202); }
td.TdClassName
{
border-color: #D58BCA;
}
.TagClassName
{
border-color: #D58BCA;
}
</style>