Shades of Lilac #D792C9
Tints of Lilac #D792C9
RGB
CMYK
RGB Variations
Color information
#D792C9 (or 0xD792C9) is known color: Lilac. HEX triplet: D7, 92 and C9. RGB value is (215,146,201). Sum of RGB (Red+Green+Blue) = 215+146+201=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D792C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792C9 is #286D36. Grayscale: #ACACAC. Windows color (decimal): -2649399 or 13210327. OLE color: 13210327.
HSL color Cylindrical-coordinate representation of color #D792C9: hue angle of 312.17º 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 #D792C9 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 201 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.16 |
| HSL | 312.17º | 0.46% | 0.71% | - |
| HSV(B) | 312.17º | 0.32% | 0.84% | - |
| XYZ | 48.85 | 39.22 | 60.25 | - |
| YUV | 172.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 201 | 0 | 0.32 | 0.07 | 0.16 | 312.17 | 0.46 | 0.71 |
| Hex | D7 | 92 | C9 | 0 | 20 | 7 | 10 | 138 | 2E | 47 |
| Octal | 327 | 222 | 311 | 0 | 40 | 7 | 20 | 470 | 56 | 107 |
| Binary | 11010111 | 10010010 | 11001001 | 0 | 100000 | 111 | 10000 | 100111000 | 101110 | 1000111 |
Color Harmonies of #D792C9
Complementary color
Monochromatic Colors of #D792C9
Black with #D792C9
Text Example
Text Example
White with #D792C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D792C9; }
p { color: rgb(215,146,201); }
H1.HeaderClassName
{
color: #D792C9;
}
.AnyTagClassName
{
color: #D792C9;
}
</style>
background-color css
<style>
a { background-color: #D792C9; }
a { background-color: rgb(215,146,201); }
div.DivClassName
{
background-color: #D792C9;
}
.BgClassName
{
background-color: #D792C9;
}
</style>
border-color css
<style>
span { border-color: #D792C9; }
span { border-color: rgb(215,146,201); }
td.TdClassName
{
border-color: #D792C9;
}
.TagClassName
{
border-color: #D792C9;
}
</style>