Shades of Lilac #D58ACB
Tints of Lilac #D58ACB
RGB
CMYK
RGB Variations
Color information
#D58ACB (or 0xD58ACB) is known color: Lilac. HEX triplet: D5, 8A and CB. RGB value is (213,138,203). Sum of RGB (Red+Green+Blue) = 213+138+203=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ACB is #2A7534. Grayscale: #A7A7A7. Windows color (decimal): -2782517 or 13339349. OLE color: 13339349.
HSL color Cylindrical-coordinate representation of color #D58ACB: hue angle of 308º 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 #D58ACB is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 203 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.16 |
| HSL | 308º | 0.47% | 0.69% | - |
| HSV(B) | 308º | 0.35% | 0.84% | - |
| XYZ | 47.31 | 36.63 | 61.08 | - |
| YUV | 167.84 | 147.85 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 203 | 0 | 0.35 | 0.05 | 0.16 | 308 | 0.47 | 0.69 |
| Hex | D5 | 8A | CB | 0 | 23 | 5 | 10 | 134 | 2F | 45 |
| Octal | 325 | 212 | 313 | 0 | 43 | 5 | 20 | 464 | 57 | 105 |
| Binary | 11010101 | 10001010 | 11001011 | 0 | 100011 | 101 | 10000 | 100110100 | 101111 | 1000101 |
Color Harmonies of #D58ACB
Complementary color
Monochromatic Colors of #D58ACB
Black with #D58ACB
Text Example
Text Example
White with #D58ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58ACB; }
p { color: rgb(213,138,203); }
H1.HeaderClassName
{
color: #D58ACB;
}
.AnyTagClassName
{
color: #D58ACB;
}
</style>
background-color css
<style>
a { background-color: #D58ACB; }
a { background-color: rgb(213,138,203); }
div.DivClassName
{
background-color: #D58ACB;
}
.BgClassName
{
background-color: #D58ACB;
}
</style>
border-color css
<style>
span { border-color: #D58ACB; }
span { border-color: rgb(213,138,203); }
td.TdClassName
{
border-color: #D58ACB;
}
.TagClassName
{
border-color: #D58ACB;
}
</style>