Shades of Lilac #D794CB
Tints of Lilac #D794CB
RGB
CMYK
RGB Variations
Color information
#D794CB (or 0xD794CB) is known color: Lilac. HEX triplet: D7, 94 and CB. RGB value is (215,148,203). Sum of RGB (Red+Green+Blue) = 215+148+203=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D794CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794CB is #286B34. Grayscale: #AEAEAE. Windows color (decimal): -2648885 or 13341911. OLE color: 13341911.
HSL color Cylindrical-coordinate representation of color #D794CB: hue angle of 310.75º 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 #D794CB is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 148 | 203 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.16 |
| HSL | 310.75º | 0.46% | 0.71% | - |
| HSV(B) | 310.75º | 0.31% | 0.84% | - |
| XYZ | 49.39 | 39.94 | 61.61 | - |
| YUV | 174.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 203 | 0 | 0.31 | 0.06 | 0.16 | 310.75 | 0.46 | 0.71 |
| Hex | D7 | 94 | CB | 0 | 1F | 6 | 10 | 137 | 2E | 47 |
| Octal | 327 | 224 | 313 | 0 | 37 | 6 | 20 | 467 | 56 | 107 |
| Binary | 11010111 | 10010100 | 11001011 | 0 | 11111 | 110 | 10000 | 100110111 | 101110 | 1000111 |
Color Harmonies of #D794CB
Complementary color
Monochromatic Colors of #D794CB
Black with #D794CB
Text Example
Text Example
White with #D794CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D794CB; }
p { color: rgb(215,148,203); }
H1.HeaderClassName
{
color: #D794CB;
}
.AnyTagClassName
{
color: #D794CB;
}
</style>
background-color css
<style>
a { background-color: #D794CB; }
a { background-color: rgb(215,148,203); }
div.DivClassName
{
background-color: #D794CB;
}
.BgClassName
{
background-color: #D794CB;
}
</style>
border-color css
<style>
span { border-color: #D794CB; }
span { border-color: rgb(215,148,203); }
td.TdClassName
{
border-color: #D794CB;
}
.TagClassName
{
border-color: #D794CB;
}
</style>