Shades of Lilac #D893C8
Tints of Lilac #D893C8
RGB
CMYK
RGB Variations
Color information
#D893C8 (or 0xD893C8) is known color: Lilac. HEX triplet: D8, 93 and C8. RGB value is (216,147,200). Sum of RGB (Red+Green+Blue) = 216+147+200=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D893C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893C8 is #276C37. Grayscale: #ADADAD. Windows color (decimal): -2583608 or 13145048. OLE color: 13145048.
HSL color Cylindrical-coordinate representation of color #D893C8: hue angle of 313.91º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D893C8 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 200 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.15 |
| HSL | 313.91º | 0.47% | 0.71% | - |
| HSV(B) | 313.91º | 0.32% | 0.85% | - |
| XYZ | 49.18 | 39.64 | 59.7 | - |
| YUV | 173.67 | 142.86 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 200 | 0 | 0.32 | 0.07 | 0.15 | 313.91 | 0.47 | 0.71 |
| Hex | D8 | 93 | C8 | 0 | 20 | 7 | F | 13A | 2F | 47 |
| Octal | 330 | 223 | 310 | 0 | 40 | 7 | 17 | 472 | 57 | 107 |
| Binary | 11011000 | 10010011 | 11001000 | 0 | 100000 | 111 | 1111 | 100111010 | 101111 | 1000111 |
Color Harmonies of #D893C8
Complementary color
Monochromatic Colors of #D893C8
Black with #D893C8
Text Example
Text Example
White with #D893C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D893C8; }
p { color: rgb(216,147,200); }
H1.HeaderClassName
{
color: #D893C8;
}
.AnyTagClassName
{
color: #D893C8;
}
</style>
background-color css
<style>
a { background-color: #D893C8; }
a { background-color: rgb(216,147,200); }
div.DivClassName
{
background-color: #D893C8;
}
.BgClassName
{
background-color: #D893C8;
}
</style>
border-color css
<style>
span { border-color: #D893C8; }
span { border-color: rgb(216,147,200); }
td.TdClassName
{
border-color: #D893C8;
}
.TagClassName
{
border-color: #D893C8;
}
</style>