Shades of Lilac #D290CD
Tints of Lilac #D290CD
RGB
CMYK
RGB Variations
Color information
#D290CD (or 0xD290CD) is known color: Lilac. HEX triplet: D2, 90 and CD. RGB value is (210,144,205). Sum of RGB (Red+Green+Blue) = 210+144+205=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D290CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290CD is #2D6F32. Grayscale: #AAAAAA. Windows color (decimal): -2977587 or 13471954. OLE color: 13471954.
HSL color Cylindrical-coordinate representation of color #D290CD: hue angle of 304.55º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D290CD is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 205 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.18 |
| HSL | 304.55º | 0.42% | 0.69% | - |
| HSV(B) | 304.55º | 0.31% | 0.82% | - |
| XYZ | 47.57 | 38.06 | 62.6 | - |
| YUV | 170.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 205 | 0 | 0.31 | 0.02 | 0.18 | 304.55 | 0.42 | 0.69 |
| Hex | D2 | 90 | CD | 0 | 1F | 2 | 12 | 131 | 2A | 45 |
| Octal | 322 | 220 | 315 | 0 | 37 | 2 | 22 | 461 | 52 | 105 |
| Binary | 11010010 | 10010000 | 11001101 | 0 | 11111 | 10 | 10010 | 100110001 | 101010 | 1000101 |
Color Harmonies of #D290CD
Complementary color
Monochromatic Colors of #D290CD
Black with #D290CD
Text Example
Text Example
White with #D290CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290CD; }
p { color: rgb(210,144,205); }
H1.HeaderClassName
{
color: #D290CD;
}
.AnyTagClassName
{
color: #D290CD;
}
</style>
background-color css
<style>
a { background-color: #D290CD; }
a { background-color: rgb(210,144,205); }
div.DivClassName
{
background-color: #D290CD;
}
.BgClassName
{
background-color: #D290CD;
}
</style>
border-color css
<style>
span { border-color: #D290CD; }
span { border-color: rgb(210,144,205); }
td.TdClassName
{
border-color: #D290CD;
}
.TagClassName
{
border-color: #D290CD;
}
</style>