Shades of Lilac #D894C7
Tints of Lilac #D894C7
RGB
CMYK
RGB Variations
Color information
#D894C7 (or 0xD894C7) is known color: Lilac. HEX triplet: D8, 94 and C7. RGB value is (216,148,199). Sum of RGB (Red+Green+Blue) = 216+148+199=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D894C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894C7 is #276B38. Grayscale: #AEAEAE. Windows color (decimal): -2583353 or 13079768. OLE color: 13079768.
HSL color Cylindrical-coordinate representation of color #D894C7: hue angle of 315º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D894C7 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 199 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.15 |
| HSL | 315º | 0.47% | 0.71% | - |
| HSV(B) | 315º | 0.31% | 0.85% | - |
| XYZ | 49.22 | 39.9 | 59.14 | - |
| YUV | 174.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 199 | 0 | 0.31 | 0.08 | 0.15 | 315 | 0.47 | 0.71 |
| Hex | D8 | 94 | C7 | 0 | 1F | 8 | F | 13B | 2F | 47 |
| Octal | 330 | 224 | 307 | 0 | 37 | 10 | 17 | 473 | 57 | 107 |
| Binary | 11011000 | 10010100 | 11000111 | 0 | 11111 | 1000 | 1111 | 100111011 | 101111 | 1000111 |
Color Harmonies of #D894C7
Complementary color
Monochromatic Colors of #D894C7
Black with #D894C7
Text Example
Text Example
White with #D894C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894C7; }
p { color: rgb(216,148,199); }
H1.HeaderClassName
{
color: #D894C7;
}
.AnyTagClassName
{
color: #D894C7;
}
</style>
background-color css
<style>
a { background-color: #D894C7; }
a { background-color: rgb(216,148,199); }
div.DivClassName
{
background-color: #D894C7;
}
.BgClassName
{
background-color: #D894C7;
}
</style>
border-color css
<style>
span { border-color: #D894C7; }
span { border-color: rgb(216,148,199); }
td.TdClassName
{
border-color: #D894C7;
}
.TagClassName
{
border-color: #D894C7;
}
</style>