Shades of Lilac #D88DC8
Tints of Lilac #D88DC8
RGB
CMYK
RGB Variations
Color information
#D88DC8 (or 0xD88DC8) is known color: Lilac. HEX triplet: D8, 8D and C8. RGB value is (216,141,200). Sum of RGB (Red+Green+Blue) = 216+141+200=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DC8 is #277237. Grayscale: #A9A9A9. Windows color (decimal): -2585144 or 13143512. OLE color: 13143512.
HSL color Cylindrical-coordinate representation of color #D88DC8: hue angle of 312.8º 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 #D88DC8 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 141 | 200 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.15 |
| HSL | 312.8º | 0.49% | 0.7% | - |
| HSV(B) | 312.8º | 0.35% | 0.85% | - |
| XYZ | 48.27 | 37.82 | 59.4 | - |
| YUV | 170.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 141 | 200 | 0 | 0.35 | 0.07 | 0.15 | 312.8 | 0.49 | 0.7 |
| Hex | D8 | 8D | C8 | 0 | 23 | 7 | F | 139 | 31 | 46 |
| Octal | 330 | 215 | 310 | 0 | 43 | 7 | 17 | 471 | 61 | 106 |
| Binary | 11011000 | 10001101 | 11001000 | 0 | 100011 | 111 | 1111 | 100111001 | 110001 | 1000110 |
Color Harmonies of #D88DC8
Complementary color
Monochromatic Colors of #D88DC8
Black with #D88DC8
Text Example
Text Example
White with #D88DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88DC8; }
p { color: rgb(216,141,200); }
H1.HeaderClassName
{
color: #D88DC8;
}
.AnyTagClassName
{
color: #D88DC8;
}
</style>
background-color css
<style>
a { background-color: #D88DC8; }
a { background-color: rgb(216,141,200); }
div.DivClassName
{
background-color: #D88DC8;
}
.BgClassName
{
background-color: #D88DC8;
}
</style>
border-color css
<style>
span { border-color: #D88DC8; }
span { border-color: rgb(216,141,200); }
td.TdClassName
{
border-color: #D88DC8;
}
.TagClassName
{
border-color: #D88DC8;
}
</style>