Shades of Lilac #D088C8
Tints of Lilac #D088C8
RGB
CMYK
RGB Variations
Color information
#D088C8 (or 0xD088C8) is known color: Lilac. HEX triplet: D0, 88 and C8. RGB value is (208,136,200). Sum of RGB (Red+Green+Blue) = 208+136+200=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D088C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088C8 is #2F7737. Grayscale: #A4A4A4. Windows color (decimal): -3110712 or 13142224. OLE color: 13142224.
HSL color Cylindrical-coordinate representation of color #D088C8: hue angle of 306.67º 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 #D088C8 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 200 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.18 |
| HSL | 306.67º | 0.43% | 0.67% | - |
| HSV(B) | 306.67º | 0.35% | 0.82% | - |
| XYZ | 45.24 | 35.19 | 59.05 | - |
| YUV | 164.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 200 | 0 | 0.35 | 0.04 | 0.18 | 306.67 | 0.43 | 0.67 |
| Hex | D0 | 88 | C8 | 0 | 23 | 4 | 12 | 133 | 2B | 43 |
| Octal | 320 | 210 | 310 | 0 | 43 | 4 | 22 | 463 | 53 | 103 |
| Binary | 11010000 | 10001000 | 11001000 | 0 | 100011 | 100 | 10010 | 100110011 | 101011 | 1000011 |
Color Harmonies of #D088C8
Complementary color
Monochromatic Colors of #D088C8
Black with #D088C8
Text Example
Text Example
White with #D088C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D088C8; }
p { color: rgb(208,136,200); }
H1.HeaderClassName
{
color: #D088C8;
}
.AnyTagClassName
{
color: #D088C8;
}
</style>
background-color css
<style>
a { background-color: #D088C8; }
a { background-color: rgb(208,136,200); }
div.DivClassName
{
background-color: #D088C8;
}
.BgClassName
{
background-color: #D088C8;
}
</style>
border-color css
<style>
span { border-color: #D088C8; }
span { border-color: rgb(208,136,200); }
td.TdClassName
{
border-color: #D088C8;
}
.TagClassName
{
border-color: #D088C8;
}
</style>