Shades of Lilac #D792C6
Tints of Lilac #D792C6
RGB
CMYK
RGB Variations
Color information
#D792C6 (or 0xD792C6) is known color: Lilac. HEX triplet: D7, 92 and C6. RGB value is (215,146,198). Sum of RGB (Red+Green+Blue) = 215+146+198=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D792C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792C6 is #286D39. Grayscale: #ACACAC. Windows color (decimal): -2649402 or 13013719. OLE color: 13013719.
HSL color Cylindrical-coordinate representation of color #D792C6: hue angle of 314.78º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D792C6 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 198 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.16 |
| HSL | 314.78º | 0.46% | 0.71% | - |
| HSV(B) | 314.78º | 0.32% | 0.84% | - |
| XYZ | 48.5 | 39.08 | 58.41 | - |
| YUV | 172.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 198 | 0 | 0.32 | 0.08 | 0.16 | 314.78 | 0.46 | 0.71 |
| Hex | D7 | 92 | C6 | 0 | 20 | 8 | 10 | 13B | 2E | 47 |
| Octal | 327 | 222 | 306 | 0 | 40 | 10 | 20 | 473 | 56 | 107 |
| Binary | 11010111 | 10010010 | 11000110 | 0 | 100000 | 1000 | 10000 | 100111011 | 101110 | 1000111 |
Color Harmonies of #D792C6
Complementary color
Monochromatic Colors of #D792C6
Black with #D792C6
Text Example
Text Example
White with #D792C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D792C6; }
p { color: rgb(215,146,198); }
H1.HeaderClassName
{
color: #D792C6;
}
.AnyTagClassName
{
color: #D792C6;
}
</style>
background-color css
<style>
a { background-color: #D792C6; }
a { background-color: rgb(215,146,198); }
div.DivClassName
{
background-color: #D792C6;
}
.BgClassName
{
background-color: #D792C6;
}
</style>
border-color css
<style>
span { border-color: #D792C6; }
span { border-color: rgb(215,146,198); }
td.TdClassName
{
border-color: #D792C6;
}
.TagClassName
{
border-color: #D792C6;
}
</style>