Shades of Lily #D290C0
Tints of Lily #D290C0
RGB
CMYK
RGB Variations
Color information
#D290C0 (or 0xD290C0) is known color: Lily. HEX triplet: D2, 90 and C0. RGB value is (210,144,192). Sum of RGB (Red+Green+Blue) = 210+144+192=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D290C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290C0 is #2D6F3F. Grayscale: #A9A9A9. Windows color (decimal): -2977600 or 12619986. OLE color: 12619986.
HSL color Cylindrical-coordinate representation of color #D290C0: hue angle of 316.36º 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 #D290C0 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 192 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.18 |
| HSL | 316.36º | 0.42% | 0.69% | - |
| HSV(B) | 316.36º | 0.31% | 0.82% | - |
| XYZ | 46.07 | 37.45 | 54.67 | - |
| YUV | 169.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 192 | 0 | 0.31 | 0.09 | 0.18 | 316.36 | 0.42 | 0.69 |
| Hex | D2 | 90 | C0 | 0 | 1F | 9 | 12 | 13C | 2A | 45 |
| Octal | 322 | 220 | 300 | 0 | 37 | 11 | 22 | 474 | 52 | 105 |
| Binary | 11010010 | 10010000 | 11000000 | 0 | 11111 | 1001 | 10010 | 100111100 | 101010 | 1000101 |
Color Harmonies of #D290C0
Complementary color
Monochromatic Colors of #D290C0
Black with #D290C0
Text Example
Text Example
White with #D290C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290C0; }
p { color: rgb(210,144,192); }
H1.HeaderClassName
{
color: #D290C0;
}
.AnyTagClassName
{
color: #D290C0;
}
</style>
background-color css
<style>
a { background-color: #D290C0; }
a { background-color: rgb(210,144,192); }
div.DivClassName
{
background-color: #D290C0;
}
.BgClassName
{
background-color: #D290C0;
}
</style>
border-color css
<style>
span { border-color: #D290C0; }
span { border-color: rgb(210,144,192); }
td.TdClassName
{
border-color: #D290C0;
}
.TagClassName
{
border-color: #D290C0;
}
</style>