Shades of Lilac #D794C7
Tints of Lilac #D794C7
RGB
CMYK
RGB Variations
Color information
#D794C7 (or 0xD794C7) is known color: Lilac. HEX triplet: D7, 94 and C7. RGB value is (215,148,199). Sum of RGB (Red+Green+Blue) = 215+148+199=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D794C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794C7 is #286B38. Grayscale: #ADADAD. Windows color (decimal): -2648889 or 13079767. OLE color: 13079767.
HSL color Cylindrical-coordinate representation of color #D794C7: hue angle of 314.33º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D794C7 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 148 | 199 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.16 |
| HSL | 314.33º | 0.46% | 0.71% | - |
| HSV(B) | 314.33º | 0.31% | 0.84% | - |
| XYZ | 48.92 | 39.75 | 59.13 | - |
| YUV | 173.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 199 | 0 | 0.31 | 0.07 | 0.16 | 314.33 | 0.46 | 0.71 |
| Hex | D7 | 94 | C7 | 0 | 1F | 7 | 10 | 13A | 2E | 47 |
| Octal | 327 | 224 | 307 | 0 | 37 | 7 | 20 | 472 | 56 | 107 |
| Binary | 11010111 | 10010100 | 11000111 | 0 | 11111 | 111 | 10000 | 100111010 | 101110 | 1000111 |
Color Harmonies of #D794C7
Complementary color
Monochromatic Colors of #D794C7
Black with #D794C7
Text Example
Text Example
White with #D794C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D794C7; }
p { color: rgb(215,148,199); }
H1.HeaderClassName
{
color: #D794C7;
}
.AnyTagClassName
{
color: #D794C7;
}
</style>
background-color css
<style>
a { background-color: #D794C7; }
a { background-color: rgb(215,148,199); }
div.DivClassName
{
background-color: #D794C7;
}
.BgClassName
{
background-color: #D794C7;
}
</style>
border-color css
<style>
span { border-color: #D794C7; }
span { border-color: rgb(215,148,199); }
td.TdClassName
{
border-color: #D794C7;
}
.TagClassName
{
border-color: #D794C7;
}
</style>