Shades of Lilac #D089C5
Tints of Lilac #D089C5
RGB
CMYK
RGB Variations
Color information
#D089C5 (or 0xD089C5) is known color: Lilac. HEX triplet: D0, 89 and C5. RGB value is (208,137,197). Sum of RGB (Red+Green+Blue) = 208+137+197=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D089C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089C5 is #2F763A. Grayscale: #A4A4A4. Windows color (decimal): -3110459 or 12945872. OLE color: 12945872.
HSL color Cylindrical-coordinate representation of color #D089C5: hue angle of 309.3º 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 #D089C5 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 197 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.18 |
| HSL | 309.3º | 0.43% | 0.68% | - |
| HSV(B) | 309.3º | 0.34% | 0.82% | - |
| XYZ | 45.04 | 35.33 | 57.27 | - |
| YUV | 165.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 197 | 0 | 0.34 | 0.05 | 0.18 | 309.3 | 0.43 | 0.68 |
| Hex | D0 | 89 | C5 | 0 | 22 | 5 | 12 | 135 | 2B | 44 |
| Octal | 320 | 211 | 305 | 0 | 42 | 5 | 22 | 465 | 53 | 104 |
| Binary | 11010000 | 10001001 | 11000101 | 0 | 100010 | 101 | 10010 | 100110101 | 101011 | 1000100 |
Color Harmonies of #D089C5
Complementary color
Monochromatic Colors of #D089C5
Black with #D089C5
Text Example
Text Example
White with #D089C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D089C5; }
p { color: rgb(208,137,197); }
H1.HeaderClassName
{
color: #D089C5;
}
.AnyTagClassName
{
color: #D089C5;
}
</style>
background-color css
<style>
a { background-color: #D089C5; }
a { background-color: rgb(208,137,197); }
div.DivClassName
{
background-color: #D089C5;
}
.BgClassName
{
background-color: #D089C5;
}
</style>
border-color css
<style>
span { border-color: #D089C5; }
span { border-color: rgb(208,137,197); }
td.TdClassName
{
border-color: #D089C5;
}
.TagClassName
{
border-color: #D089C5;
}
</style>