Shades of Lilac #D290C7
Tints of Lilac #D290C7
RGB
CMYK
RGB Variations
Color information
#D290C7 (or 0xD290C7) is known color: Lilac. HEX triplet: D2, 90 and C7. RGB value is (210,144,199). Sum of RGB (Red+Green+Blue) = 210+144+199=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D290C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290C7 is #2D6F38. Grayscale: #A9A9A9. Windows color (decimal): -2977593 or 13078738. OLE color: 13078738.
HSL color Cylindrical-coordinate representation of color #D290C7: hue angle of 310º 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 #D290C7 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 199 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.18 |
| HSL | 310º | 0.42% | 0.69% | - |
| HSV(B) | 310º | 0.31% | 0.82% | - |
| XYZ | 46.86 | 37.77 | 58.85 | - |
| YUV | 170 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 199 | 0 | 0.31 | 0.05 | 0.18 | 310 | 0.42 | 0.69 |
| Hex | D2 | 90 | C7 | 0 | 1F | 5 | 12 | 136 | 2A | 45 |
| Octal | 322 | 220 | 307 | 0 | 37 | 5 | 22 | 466 | 52 | 105 |
| Binary | 11010010 | 10010000 | 11000111 | 0 | 11111 | 101 | 10010 | 100110110 | 101010 | 1000101 |
Color Harmonies of #D290C7
Complementary color
Monochromatic Colors of #D290C7
Black with #D290C7
Text Example
Text Example
White with #D290C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290C7; }
p { color: rgb(210,144,199); }
H1.HeaderClassName
{
color: #D290C7;
}
.AnyTagClassName
{
color: #D290C7;
}
</style>
background-color css
<style>
a { background-color: #D290C7; }
a { background-color: rgb(210,144,199); }
div.DivClassName
{
background-color: #D290C7;
}
.BgClassName
{
background-color: #D290C7;
}
</style>
border-color css
<style>
span { border-color: #D290C7; }
span { border-color: rgb(210,144,199); }
td.TdClassName
{
border-color: #D290C7;
}
.TagClassName
{
border-color: #D290C7;
}
</style>