Shades of Lilac #D892C7
Tints of Lilac #D892C7
RGB
CMYK
RGB Variations
Color information
#D892C7 (or 0xD892C7) is known color: Lilac. HEX triplet: D8, 92 and C7. RGB value is (216,146,199). Sum of RGB (Red+Green+Blue) = 216+146+199=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D892C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892C7 is #276D38. Grayscale: #ACACAC. Windows color (decimal): -2583865 or 13079256. OLE color: 13079256.
HSL color Cylindrical-coordinate representation of color #D892C7: hue angle of 314.57º 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 #D892C7 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 199 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.15 |
| HSL | 314.57º | 0.47% | 0.71% | - |
| HSV(B) | 314.57º | 0.32% | 0.85% | - |
| XYZ | 48.91 | 39.28 | 59.04 | - |
| YUV | 172.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 199 | 0 | 0.32 | 0.08 | 0.15 | 314.57 | 0.47 | 0.71 |
| Hex | D8 | 92 | C7 | 0 | 20 | 8 | F | 13B | 2F | 47 |
| Octal | 330 | 222 | 307 | 0 | 40 | 10 | 17 | 473 | 57 | 107 |
| Binary | 11011000 | 10010010 | 11000111 | 0 | 100000 | 1000 | 1111 | 100111011 | 101111 | 1000111 |
Color Harmonies of #D892C7
Complementary color
Monochromatic Colors of #D892C7
Black with #D892C7
Text Example
Text Example
White with #D892C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D892C7; }
p { color: rgb(216,146,199); }
H1.HeaderClassName
{
color: #D892C7;
}
.AnyTagClassName
{
color: #D892C7;
}
</style>
background-color css
<style>
a { background-color: #D892C7; }
a { background-color: rgb(216,146,199); }
div.DivClassName
{
background-color: #D892C7;
}
.BgClassName
{
background-color: #D892C7;
}
</style>
border-color css
<style>
span { border-color: #D892C7; }
span { border-color: rgb(216,146,199); }
td.TdClassName
{
border-color: #D892C7;
}
.TagClassName
{
border-color: #D892C7;
}
</style>