Shades of Lilac #D79BCB
Tints of Lilac #D79BCB
RGB
CMYK
RGB Variations
Color information
#D79BCB (or 0xD79BCB) is known color: Lilac. HEX triplet: D7, 9B and CB. RGB value is (215,155,203). Sum of RGB (Red+Green+Blue) = 215+155+203=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BCB is #286434. Grayscale: #B2B2B2. Windows color (decimal): -2647093 or 13343703. OLE color: 13343703.
HSL color Cylindrical-coordinate representation of color #D79BCB: hue angle of 312º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79BCB is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 203 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.16 |
| HSL | 312º | 0.43% | 0.73% | - |
| HSV(B) | 312º | 0.28% | 0.84% | - |
| XYZ | 50.53 | 42.2 | 61.98 | - |
| YUV | 178.41 | 141.88 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 203 | 0 | 0.28 | 0.06 | 0.16 | 312 | 0.43 | 0.73 |
| Hex | D7 | 9B | CB | 0 | 1C | 6 | 10 | 138 | 2B | 49 |
| Octal | 327 | 233 | 313 | 0 | 34 | 6 | 20 | 470 | 53 | 111 |
| Binary | 11010111 | 10011011 | 11001011 | 0 | 11100 | 110 | 10000 | 100111000 | 101011 | 1001001 |
Color Harmonies of #D79BCB
Complementary color
Monochromatic Colors of #D79BCB
Black with #D79BCB
Text Example
Text Example
White with #D79BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79BCB; }
p { color: rgb(215,155,203); }
H1.HeaderClassName
{
color: #D79BCB;
}
.AnyTagClassName
{
color: #D79BCB;
}
</style>
background-color css
<style>
a { background-color: #D79BCB; }
a { background-color: rgb(215,155,203); }
div.DivClassName
{
background-color: #D79BCB;
}
.BgClassName
{
background-color: #D79BCB;
}
</style>
border-color css
<style>
span { border-color: #D79BCB; }
span { border-color: rgb(215,155,203); }
td.TdClassName
{
border-color: #D79BCB;
}
.TagClassName
{
border-color: #D79BCB;
}
</style>