Shades of Lilac #D288C3
Tints of Lilac #D288C3
RGB
CMYK
RGB Variations
Color information
#D288C3 (or 0xD288C3) is known color: Lilac. HEX triplet: D2, 88 and C3. RGB value is (210,136,195). Sum of RGB (Red+Green+Blue) = 210+136+195=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D288C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288C3 is #2D773C. Grayscale: #A4A4A4. Windows color (decimal): -2979645 or 12814546. OLE color: 12814546.
HSL color Cylindrical-coordinate representation of color #D288C3: hue angle of 312.16º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D288C3 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 195 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.18 |
| HSL | 312.16º | 0.45% | 0.68% | - |
| HSV(B) | 312.16º | 0.35% | 0.82% | - |
| XYZ | 45.23 | 35.25 | 56.05 | - |
| YUV | 164.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 195 | 0 | 0.35 | 0.07 | 0.18 | 312.16 | 0.45 | 0.68 |
| Hex | D2 | 88 | C3 | 0 | 23 | 7 | 12 | 138 | 2D | 44 |
| Octal | 322 | 210 | 303 | 0 | 43 | 7 | 22 | 470 | 55 | 104 |
| Binary | 11010010 | 10001000 | 11000011 | 0 | 100011 | 111 | 10010 | 100111000 | 101101 | 1000100 |
Color Harmonies of #D288C3
Complementary color
Monochromatic Colors of #D288C3
Black with #D288C3
Text Example
Text Example
White with #D288C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D288C3; }
p { color: rgb(210,136,195); }
H1.HeaderClassName
{
color: #D288C3;
}
.AnyTagClassName
{
color: #D288C3;
}
</style>
background-color css
<style>
a { background-color: #D288C3; }
a { background-color: rgb(210,136,195); }
div.DivClassName
{
background-color: #D288C3;
}
.BgClassName
{
background-color: #D288C3;
}
</style>
border-color css
<style>
span { border-color: #D288C3; }
span { border-color: rgb(210,136,195); }
td.TdClassName
{
border-color: #D288C3;
}
.TagClassName
{
border-color: #D288C3;
}
</style>