Shades of Lilac #D88DCB
Tints of Lilac #D88DCB
RGB
CMYK
RGB Variations
Color information
#D88DCB (or 0xD88DCB) is known color: Lilac. HEX triplet: D8, 8D and CB. RGB value is (216,141,203). Sum of RGB (Red+Green+Blue) = 216+141+203=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DCB is #277234. Grayscale: #AAAAAA. Windows color (decimal): -2585141 or 13340120. OLE color: 13340120.
HSL color Cylindrical-coordinate representation of color #D88DCB: hue angle of 310.4º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88DCB is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 141 | 203 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.15 |
| HSL | 310.4º | 0.49% | 0.7% | - |
| HSV(B) | 310.4º | 0.35% | 0.85% | - |
| XYZ | 48.62 | 37.96 | 61.26 | - |
| YUV | 170.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 141 | 203 | 0 | 0.35 | 0.06 | 0.15 | 310.4 | 0.49 | 0.7 |
| Hex | D8 | 8D | CB | 0 | 23 | 6 | F | 136 | 31 | 46 |
| Octal | 330 | 215 | 313 | 0 | 43 | 6 | 17 | 466 | 61 | 106 |
| Binary | 11011000 | 10001101 | 11001011 | 0 | 100011 | 110 | 1111 | 100110110 | 110001 | 1000110 |
Color Harmonies of #D88DCB
Complementary color
Monochromatic Colors of #D88DCB
Black with #D88DCB
Text Example
Text Example
White with #D88DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88DCB; }
p { color: rgb(216,141,203); }
H1.HeaderClassName
{
color: #D88DCB;
}
.AnyTagClassName
{
color: #D88DCB;
}
</style>
background-color css
<style>
a { background-color: #D88DCB; }
a { background-color: rgb(216,141,203); }
div.DivClassName
{
background-color: #D88DCB;
}
.BgClassName
{
background-color: #D88DCB;
}
</style>
border-color css
<style>
span { border-color: #D88DCB; }
span { border-color: rgb(216,141,203); }
td.TdClassName
{
border-color: #D88DCB;
}
.TagClassName
{
border-color: #D88DCB;
}
</style>