Shades of Lilac #D088CC
Tints of Lilac #D088CC
RGB
CMYK
RGB Variations
Color information
#D088CC (or 0xD088CC) is known color: Lilac. HEX triplet: D0, 88 and CC. RGB value is (208,136,204). Sum of RGB (Red+Green+Blue) = 208+136+204=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D088CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088CC is #2F7733. Grayscale: #A5A5A5. Windows color (decimal): -3110708 or 13404368. OLE color: 13404368.
HSL color Cylindrical-coordinate representation of color #D088CC: hue angle of 303.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 #D088CC is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 204 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.18 |
| HSL | 303.33º | 0.43% | 0.67% | - |
| HSV(B) | 303.33º | 0.35% | 0.82% | - |
| XYZ | 45.72 | 35.38 | 61.55 | - |
| YUV | 165.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 204 | 0 | 0.35 | 0.02 | 0.18 | 303.33 | 0.43 | 0.67 |
| Hex | D0 | 88 | CC | 0 | 23 | 2 | 12 | 12F | 2B | 43 |
| Octal | 320 | 210 | 314 | 0 | 43 | 2 | 22 | 457 | 53 | 103 |
| Binary | 11010000 | 10001000 | 11001100 | 0 | 100011 | 10 | 10010 | 100101111 | 101011 | 1000011 |
Color Harmonies of #D088CC
Complementary color
Monochromatic Colors of #D088CC
Black with #D088CC
Text Example
Text Example
White with #D088CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D088CC; }
p { color: rgb(208,136,204); }
H1.HeaderClassName
{
color: #D088CC;
}
.AnyTagClassName
{
color: #D088CC;
}
</style>
background-color css
<style>
a { background-color: #D088CC; }
a { background-color: rgb(208,136,204); }
div.DivClassName
{
background-color: #D088CC;
}
.BgClassName
{
background-color: #D088CC;
}
</style>
border-color css
<style>
span { border-color: #D088CC; }
span { border-color: rgb(208,136,204); }
td.TdClassName
{
border-color: #D088CC;
}
.TagClassName
{
border-color: #D088CC;
}
</style>