Shades of Lilac #D088C0
Tints of Lilac #D088C0
RGB
CMYK
RGB Variations
Color information
#D088C0 (or 0xD088C0) is known color: Lilac. HEX triplet: D0, 88 and C0. RGB value is (208,136,192). Sum of RGB (Red+Green+Blue) = 208+136+192=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D088C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088C0 is #2F773F. Grayscale: #A3A3A3. Windows color (decimal): -3110720 or 12617936. OLE color: 12617936.
HSL color Cylindrical-coordinate representation of color #D088C0: hue angle of 313.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D088C0 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 192 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.18 |
| HSL | 313.33º | 0.43% | 0.67% | - |
| HSV(B) | 313.33º | 0.35% | 0.82% | - |
| XYZ | 44.33 | 34.82 | 54.25 | - |
| YUV | 163.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 192 | 0 | 0.35 | 0.08 | 0.18 | 313.33 | 0.43 | 0.67 |
| Hex | D0 | 88 | C0 | 0 | 23 | 8 | 12 | 139 | 2B | 43 |
| Octal | 320 | 210 | 300 | 0 | 43 | 10 | 22 | 471 | 53 | 103 |
| Binary | 11010000 | 10001000 | 11000000 | 0 | 100011 | 1000 | 10010 | 100111001 | 101011 | 1000011 |
Color Harmonies of #D088C0
Complementary color
Monochromatic Colors of #D088C0
Black with #D088C0
Text Example
Text Example
White with #D088C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D088C0; }
p { color: rgb(208,136,192); }
H1.HeaderClassName
{
color: #D088C0;
}
.AnyTagClassName
{
color: #D088C0;
}
</style>
background-color css
<style>
a { background-color: #D088C0; }
a { background-color: rgb(208,136,192); }
div.DivClassName
{
background-color: #D088C0;
}
.BgClassName
{
background-color: #D088C0;
}
</style>
border-color css
<style>
span { border-color: #D088C0; }
span { border-color: rgb(208,136,192); }
td.TdClassName
{
border-color: #D088C0;
}
.TagClassName
{
border-color: #D088C0;
}
</style>