Shades of Lilac #D89FCB
Tints of Lilac #D89FCB
RGB
CMYK
RGB Variations
Color information
#D89FCB (or 0xD89FCB) is known color: Lilac. HEX triplet: D8, 9F and CB. RGB value is (216,159,203). Sum of RGB (Red+Green+Blue) = 216+159+203=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D89FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89FCB is #276034. Grayscale: #B4B4B4. Windows color (decimal): -2580533 or 13344728. OLE color: 13344728.
HSL color Cylindrical-coordinate representation of color #D89FCB: hue angle of 313.68º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D89FCB is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 203 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.15 |
| HSL | 313.68º | 0.42% | 0.74% | - |
| HSV(B) | 313.68º | 0.26% | 0.85% | - |
| XYZ | 51.5 | 43.71 | 62.22 | - |
| YUV | 181.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 203 | 0 | 0.26 | 0.06 | 0.15 | 313.68 | 0.42 | 0.74 |
| Hex | D8 | 9F | CB | 0 | 1A | 6 | F | 13A | 2A | 4A |
| Octal | 330 | 237 | 313 | 0 | 32 | 6 | 17 | 472 | 52 | 112 |
| Binary | 11011000 | 10011111 | 11001011 | 0 | 11010 | 110 | 1111 | 100111010 | 101010 | 1001010 |
Color Harmonies of #D89FCB
Complementary color
Monochromatic Colors of #D89FCB
Black with #D89FCB
Text Example
Text Example
White with #D89FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89FCB; }
p { color: rgb(216,159,203); }
H1.HeaderClassName
{
color: #D89FCB;
}
.AnyTagClassName
{
color: #D89FCB;
}
</style>
background-color css
<style>
a { background-color: #D89FCB; }
a { background-color: rgb(216,159,203); }
div.DivClassName
{
background-color: #D89FCB;
}
.BgClassName
{
background-color: #D89FCB;
}
</style>
border-color css
<style>
span { border-color: #D89FCB; }
span { border-color: rgb(216,159,203); }
td.TdClassName
{
border-color: #D89FCB;
}
.TagClassName
{
border-color: #D89FCB;
}
</style>