Shades of Lilac #D088C5
Tints of Lilac #D088C5
RGB
CMYK
RGB Variations
Color information
#D088C5 (or 0xD088C5) is known color: Lilac. HEX triplet: D0, 88 and C5. RGB value is (208,136,197). Sum of RGB (Red+Green+Blue) = 208+136+197=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D088C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088C5 is #2F773A. Grayscale: #A4A4A4. Windows color (decimal): -3110715 or 12945616. OLE color: 12945616.
HSL color Cylindrical-coordinate representation of color #D088C5: hue angle of 309.17º 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 #D088C5 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 197 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.18 |
| HSL | 309.17º | 0.43% | 0.67% | - |
| HSV(B) | 309.17º | 0.35% | 0.82% | - |
| XYZ | 44.89 | 35.05 | 57.22 | - |
| YUV | 164.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 197 | 0 | 0.35 | 0.05 | 0.18 | 309.17 | 0.43 | 0.67 |
| Hex | D0 | 88 | C5 | 0 | 23 | 5 | 12 | 135 | 2B | 43 |
| Octal | 320 | 210 | 305 | 0 | 43 | 5 | 22 | 465 | 53 | 103 |
| Binary | 11010000 | 10001000 | 11000101 | 0 | 100011 | 101 | 10010 | 100110101 | 101011 | 1000011 |
Color Harmonies of #D088C5
Complementary color
Monochromatic Colors of #D088C5
Black with #D088C5
Text Example
Text Example
White with #D088C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D088C5; }
p { color: rgb(208,136,197); }
H1.HeaderClassName
{
color: #D088C5;
}
.AnyTagClassName
{
color: #D088C5;
}
</style>
background-color css
<style>
a { background-color: #D088C5; }
a { background-color: rgb(208,136,197); }
div.DivClassName
{
background-color: #D088C5;
}
.BgClassName
{
background-color: #D088C5;
}
</style>
border-color css
<style>
span { border-color: #D088C5; }
span { border-color: rgb(208,136,197); }
td.TdClassName
{
border-color: #D088C5;
}
.TagClassName
{
border-color: #D088C5;
}
</style>