Shades of Lilac #D089D0
Tints of Lilac #D089D0
RGB
CMYK
RGB Variations
Color information
#D089D0 (or 0xD089D0) is known color: Lilac. HEX triplet: D0, 89 and D0. RGB value is (208,137,208). Sum of RGB (Red+Green+Blue) = 208+137+208=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D089D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089D0 is #2F762F. Grayscale: #A6A6A6. Windows color (decimal): -3110448 or 13666768. OLE color: 13666768.
HSL color Cylindrical-coordinate representation of color #D089D0: hue angle of 300º 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 #D089D0 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 137 | 208 | - |
CMYK | 0 | 0.34 | 0 | 0.18 |
HSL | 300º | 0.43% | 0.68% | - |
HSV(B) | 300º | 0.34% | 0.82% | - |
XYZ | 46.34 | 35.86 | 64.15 | - |
YUV | 166.32 | 151.52 | 157.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 137 | 208 | 0 | 0.34 | 0 | 0.18 | 300 | 0.43 | 0.68 |
Hex | D0 | 89 | D0 | 0 | 22 | 0 | 12 | 12C | 2B | 44 |
Octal | 320 | 211 | 320 | 0 | 42 | 0 | 22 | 454 | 53 | 104 |
Binary | 11010000 | 10001001 | 11010000 | 0 | 100010 | 0 | 10010 | 100101100 | 101011 | 1000100 |
Color Harmonies of #D089D0
Complementary color
Monochromatic Colors of #D089D0
Black with #D089D0
Text Example
Text Example
White with #D089D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D089D0; }
p { color: rgb(208,137,208); }
H1.HeaderClassName
{
color: #D089D0;
}
.AnyTagClassName
{
color: #D089D0;
}
</style>
background-color css
<style>
a { background-color: #D089D0; }
a { background-color: rgb(208,137,208); }
div.DivClassName
{
background-color: #D089D0;
}
.BgClassName
{
background-color: #D089D0;
}
</style>
border-color css
<style>
span { border-color: #D089D0; }
span { border-color: rgb(208,137,208); }
td.TdClassName
{
border-color: #D089D0;
}
.TagClassName
{
border-color: #D089D0;
}
</style>