Shades of Lilac #D290C8
Tints of Lilac #D290C8
RGB
CMYK
RGB Variations
Color information
#D290C8 (or 0xD290C8) is known color: Lilac. HEX triplet: D2, 90 and C8. RGB value is (210,144,200). Sum of RGB (Red+Green+Blue) = 210+144+200=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D290C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290C8 is #2D6F37. Grayscale: #A9A9A9. Windows color (decimal): -2977592 or 13144274. OLE color: 13144274.
HSL color Cylindrical-coordinate representation of color #D290C8: hue angle of 309.09º 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 #D290C8 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 200 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.18 |
| HSL | 309.09º | 0.42% | 0.69% | - |
| HSV(B) | 309.09º | 0.31% | 0.82% | - |
| XYZ | 46.98 | 37.82 | 59.47 | - |
| YUV | 170.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 200 | 0 | 0.31 | 0.05 | 0.18 | 309.09 | 0.42 | 0.69 |
| Hex | D2 | 90 | C8 | 0 | 1F | 5 | 12 | 135 | 2A | 45 |
| Octal | 322 | 220 | 310 | 0 | 37 | 5 | 22 | 465 | 52 | 105 |
| Binary | 11010010 | 10010000 | 11001000 | 0 | 11111 | 101 | 10010 | 100110101 | 101010 | 1000101 |
Color Harmonies of #D290C8
Complementary color
Monochromatic Colors of #D290C8
Black with #D290C8
Text Example
Text Example
White with #D290C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290C8; }
p { color: rgb(210,144,200); }
H1.HeaderClassName
{
color: #D290C8;
}
.AnyTagClassName
{
color: #D290C8;
}
</style>
background-color css
<style>
a { background-color: #D290C8; }
a { background-color: rgb(210,144,200); }
div.DivClassName
{
background-color: #D290C8;
}
.BgClassName
{
background-color: #D290C8;
}
</style>
border-color css
<style>
span { border-color: #D290C8; }
span { border-color: rgb(210,144,200); }
td.TdClassName
{
border-color: #D290C8;
}
.TagClassName
{
border-color: #D290C8;
}
</style>