Shades of Lilac #D089C1
Tints of Lilac #D089C1
RGB
CMYK
RGB Variations
Color information
#D089C1 (or 0xD089C1) is known color: Lilac. HEX triplet: D0, 89 and C1. RGB value is (208,137,193). Sum of RGB (Red+Green+Blue) = 208+137+193=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D089C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089C1 is #2F763E. Grayscale: #A4A4A4. Windows color (decimal): -3110463 or 12683728. OLE color: 12683728.
HSL color Cylindrical-coordinate representation of color #D089C1: hue angle of 312.68º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D089C1 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 193 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.18 |
| HSL | 312.68º | 0.43% | 0.68% | - |
| HSV(B) | 312.68º | 0.34% | 0.82% | - |
| XYZ | 44.58 | 35.15 | 54.89 | - |
| YUV | 164.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 193 | 0 | 0.34 | 0.07 | 0.18 | 312.68 | 0.43 | 0.68 |
| Hex | D0 | 89 | C1 | 0 | 22 | 7 | 12 | 139 | 2B | 44 |
| Octal | 320 | 211 | 301 | 0 | 42 | 7 | 22 | 471 | 53 | 104 |
| Binary | 11010000 | 10001001 | 11000001 | 0 | 100010 | 111 | 10010 | 100111001 | 101011 | 1000100 |
Color Harmonies of #D089C1
Complementary color
Monochromatic Colors of #D089C1
Black with #D089C1
Text Example
Text Example
White with #D089C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D089C1; }
p { color: rgb(208,137,193); }
H1.HeaderClassName
{
color: #D089C1;
}
.AnyTagClassName
{
color: #D089C1;
}
</style>
background-color css
<style>
a { background-color: #D089C1; }
a { background-color: rgb(208,137,193); }
div.DivClassName
{
background-color: #D089C1;
}
.BgClassName
{
background-color: #D089C1;
}
</style>
border-color css
<style>
span { border-color: #D089C1; }
span { border-color: rgb(208,137,193); }
td.TdClassName
{
border-color: #D089C1;
}
.TagClassName
{
border-color: #D089C1;
}
</style>