Shades of Lilac #D58BCB
Tints of Lilac #D58BCB
RGB
CMYK
RGB Variations
Color information
#D58BCB (or 0xD58BCB) is known color: Lilac. HEX triplet: D5, 8B and CB. RGB value is (213,139,203). Sum of RGB (Red+Green+Blue) = 213+139+203=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BCB is #2A7434. Grayscale: #A8A8A8. Windows color (decimal): -2782261 or 13339605. OLE color: 13339605.
HSL color Cylindrical-coordinate representation of color #D58BCB: hue angle of 308.11º 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 #D58BCB is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 203 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.16 |
| HSL | 308.11º | 0.47% | 0.69% | - |
| HSV(B) | 308.11º | 0.35% | 0.84% | - |
| XYZ | 47.45 | 36.92 | 61.13 | - |
| YUV | 168.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 203 | 0 | 0.35 | 0.05 | 0.16 | 308.11 | 0.47 | 0.69 |
| Hex | D5 | 8B | CB | 0 | 23 | 5 | 10 | 134 | 2F | 45 |
| Octal | 325 | 213 | 313 | 0 | 43 | 5 | 20 | 464 | 57 | 105 |
| Binary | 11010101 | 10001011 | 11001011 | 0 | 100011 | 101 | 10000 | 100110100 | 101111 | 1000101 |
Color Harmonies of #D58BCB
Complementary color
Monochromatic Colors of #D58BCB
Black with #D58BCB
Text Example
Text Example
White with #D58BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BCB; }
p { color: rgb(213,139,203); }
H1.HeaderClassName
{
color: #D58BCB;
}
.AnyTagClassName
{
color: #D58BCB;
}
</style>
background-color css
<style>
a { background-color: #D58BCB; }
a { background-color: rgb(213,139,203); }
div.DivClassName
{
background-color: #D58BCB;
}
.BgClassName
{
background-color: #D58BCB;
}
</style>
border-color css
<style>
span { border-color: #D58BCB; }
span { border-color: rgb(213,139,203); }
td.TdClassName
{
border-color: #D58BCB;
}
.TagClassName
{
border-color: #D58BCB;
}
</style>