Shades of Lilac #D290C4
Tints of Lilac #D290C4
RGB
CMYK
RGB Variations
Color information
#D290C4 (or 0xD290C4) is known color: Lilac. HEX triplet: D2, 90 and C4. RGB value is (210,144,196). Sum of RGB (Red+Green+Blue) = 210+144+196=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D290C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290C4 is #2D6F3B. Grayscale: #A9A9A9. Windows color (decimal): -2977596 or 12882130. OLE color: 12882130.
HSL color Cylindrical-coordinate representation of color #D290C4: hue angle of 312.73º 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 #D290C4 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 196 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.18 |
| HSL | 312.73º | 0.42% | 0.69% | - |
| HSV(B) | 312.73º | 0.31% | 0.82% | - |
| XYZ | 46.52 | 37.63 | 57.04 | - |
| YUV | 169.66 | 142.87 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 196 | 0 | 0.31 | 0.07 | 0.18 | 312.73 | 0.42 | 0.69 |
| Hex | D2 | 90 | C4 | 0 | 1F | 7 | 12 | 139 | 2A | 45 |
| Octal | 322 | 220 | 304 | 0 | 37 | 7 | 22 | 471 | 52 | 105 |
| Binary | 11010010 | 10010000 | 11000100 | 0 | 11111 | 111 | 10010 | 100111001 | 101010 | 1000101 |
Color Harmonies of #D290C4
Complementary color
Monochromatic Colors of #D290C4
Black with #D290C4
Text Example
Text Example
White with #D290C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290C4; }
p { color: rgb(210,144,196); }
H1.HeaderClassName
{
color: #D290C4;
}
.AnyTagClassName
{
color: #D290C4;
}
</style>
background-color css
<style>
a { background-color: #D290C4; }
a { background-color: rgb(210,144,196); }
div.DivClassName
{
background-color: #D290C4;
}
.BgClassName
{
background-color: #D290C4;
}
</style>
border-color css
<style>
span { border-color: #D290C4; }
span { border-color: rgb(210,144,196); }
td.TdClassName
{
border-color: #D290C4;
}
.TagClassName
{
border-color: #D290C4;
}
</style>