Shades of Lilac #D58BCC
Tints of Lilac #D58BCC
RGB
CMYK
RGB Variations
Color information
#D58BCC (or 0xD58BCC) is known color: Lilac. HEX triplet: D5, 8B and CC. RGB value is (213,139,204). Sum of RGB (Red+Green+Blue) = 213+139+204=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BCC is #2A7433. Grayscale: #A8A8A8. Windows color (decimal): -2782260 or 13405141. OLE color: 13405141.
HSL color Cylindrical-coordinate representation of color #D58BCC: hue angle of 307.3º 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 #D58BCC is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 204 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.16 |
| HSL | 307.3º | 0.47% | 0.69% | - |
| HSV(B) | 307.3º | 0.35% | 0.84% | - |
| XYZ | 47.57 | 36.97 | 61.76 | - |
| YUV | 168.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 204 | 0 | 0.35 | 0.04 | 0.16 | 307.3 | 0.47 | 0.69 |
| Hex | D5 | 8B | CC | 0 | 23 | 4 | 10 | 133 | 2F | 45 |
| Octal | 325 | 213 | 314 | 0 | 43 | 4 | 20 | 463 | 57 | 105 |
| Binary | 11010101 | 10001011 | 11001100 | 0 | 100011 | 100 | 10000 | 100110011 | 101111 | 1000101 |
Color Harmonies of #D58BCC
Complementary color
Monochromatic Colors of #D58BCC
Black with #D58BCC
Text Example
Text Example
White with #D58BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BCC; }
p { color: rgb(213,139,204); }
H1.HeaderClassName
{
color: #D58BCC;
}
.AnyTagClassName
{
color: #D58BCC;
}
</style>
background-color css
<style>
a { background-color: #D58BCC; }
a { background-color: rgb(213,139,204); }
div.DivClassName
{
background-color: #D58BCC;
}
.BgClassName
{
background-color: #D58BCC;
}
</style>
border-color css
<style>
span { border-color: #D58BCC; }
span { border-color: rgb(213,139,204); }
td.TdClassName
{
border-color: #D58BCC;
}
.TagClassName
{
border-color: #D58BCC;
}
</style>