Shades of Lilac #D088C9
Tints of Lilac #D088C9
RGB
CMYK
RGB Variations
Color information
#D088C9 (or 0xD088C9) is known color: Lilac. HEX triplet: D0, 88 and C9. RGB value is (208,136,201). Sum of RGB (Red+Green+Blue) = 208+136+201=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D088C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088C9 is #2F7736. Grayscale: #A4A4A4. Windows color (decimal): -3110711 or 13207760. OLE color: 13207760.
HSL color Cylindrical-coordinate representation of color #D088C9: hue angle of 305.83º 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 #D088C9 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 201 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.18 |
| HSL | 305.83º | 0.43% | 0.67% | - |
| HSV(B) | 305.83º | 0.35% | 0.82% | - |
| XYZ | 45.36 | 35.24 | 59.67 | - |
| YUV | 164.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 201 | 0 | 0.35 | 0.03 | 0.18 | 305.83 | 0.43 | 0.67 |
| Hex | D0 | 88 | C9 | 0 | 23 | 3 | 12 | 132 | 2B | 43 |
| Octal | 320 | 210 | 311 | 0 | 43 | 3 | 22 | 462 | 53 | 103 |
| Binary | 11010000 | 10001000 | 11001001 | 0 | 100011 | 11 | 10010 | 100110010 | 101011 | 1000011 |
Color Harmonies of #D088C9
Complementary color
Monochromatic Colors of #D088C9
Black with #D088C9
Text Example
Text Example
White with #D088C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D088C9; }
p { color: rgb(208,136,201); }
H1.HeaderClassName
{
color: #D088C9;
}
.AnyTagClassName
{
color: #D088C9;
}
</style>
background-color css
<style>
a { background-color: #D088C9; }
a { background-color: rgb(208,136,201); }
div.DivClassName
{
background-color: #D088C9;
}
.BgClassName
{
background-color: #D088C9;
}
</style>
border-color css
<style>
span { border-color: #D088C9; }
span { border-color: rgb(208,136,201); }
td.TdClassName
{
border-color: #D088C9;
}
.TagClassName
{
border-color: #D088C9;
}
</style>