Shades of Lily #D490BE
Tints of Lily #D490BE
RGB
CMYK
RGB Variations
Color information
#D490BE (or 0xD490BE) is known color: Lily. HEX triplet: D4, 90 and BE. RGB value is (212,144,190). Sum of RGB (Red+Green+Blue) = 212+144+190=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D490BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490BE is #2B6F41. Grayscale: #A9A9A9. Windows color (decimal): -2846530 or 12488916. OLE color: 12488916.
HSL color Cylindrical-coordinate representation of color #D490BE: hue angle of 319.41º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D490BE is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 190 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.17 |
| HSL | 319.41º | 0.44% | 0.7% | - |
| HSV(B) | 319.41º | 0.32% | 0.83% | - |
| XYZ | 46.42 | 37.66 | 53.54 | - |
| YUV | 169.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 190 | 0 | 0.32 | 0.10 | 0.17 | 319.41 | 0.44 | 0.7 |
| Hex | D4 | 90 | BE | 0 | 20 | A | 11 | 13F | 2C | 46 |
| Octal | 324 | 220 | 276 | 0 | 40 | 12 | 21 | 477 | 54 | 106 |
| Binary | 11010100 | 10010000 | 10111110 | 0 | 100000 | 1010 | 10001 | 100111111 | 101100 | 1000110 |
Color Harmonies of #D490BE
Complementary color
Monochromatic Colors of #D490BE
Black with #D490BE
Text Example
Text Example
White with #D490BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D490BE; }
p { color: rgb(212,144,190); }
H1.HeaderClassName
{
color: #D490BE;
}
.AnyTagClassName
{
color: #D490BE;
}
</style>
background-color css
<style>
a { background-color: #D490BE; }
a { background-color: rgb(212,144,190); }
div.DivClassName
{
background-color: #D490BE;
}
.BgClassName
{
background-color: #D490BE;
}
</style>
border-color css
<style>
span { border-color: #D490BE; }
span { border-color: rgb(212,144,190); }
td.TdClassName
{
border-color: #D490BE;
}
.TagClassName
{
border-color: #D490BE;
}
</style>