Shades of Lily #D290BC
Tints of Lily #D290BC
RGB
CMYK
RGB Variations
Color information
#D290BC (or 0xD290BC) is known color: Lily. HEX triplet: D2, 90 and BC. RGB value is (210,144,188). Sum of RGB (Red+Green+Blue) = 210+144+188=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D290BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290BC is #2D6F43. Grayscale: #A8A8A8. Windows color (decimal): -2977604 or 12357842. OLE color: 12357842.
HSL color Cylindrical-coordinate representation of color #D290BC: hue angle of 320º 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 #D290BC is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 188 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.18 |
| HSL | 320º | 0.42% | 0.69% | - |
| HSV(B) | 320º | 0.31% | 0.82% | - |
| XYZ | 45.63 | 37.28 | 52.37 | - |
| YUV | 168.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 188 | 0 | 0.31 | 0.10 | 0.18 | 320 | 0.42 | 0.69 |
| Hex | D2 | 90 | BC | 0 | 1F | A | 12 | 140 | 2A | 45 |
| Octal | 322 | 220 | 274 | 0 | 37 | 12 | 22 | 500 | 52 | 105 |
| Binary | 11010010 | 10010000 | 10111100 | 0 | 11111 | 1010 | 10010 | 101000000 | 101010 | 1000101 |
Color Harmonies of #D290BC
Complementary color
Monochromatic Colors of #D290BC
Black with #D290BC
Text Example
Text Example
White with #D290BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290BC; }
p { color: rgb(210,144,188); }
H1.HeaderClassName
{
color: #D290BC;
}
.AnyTagClassName
{
color: #D290BC;
}
</style>
background-color css
<style>
a { background-color: #D290BC; }
a { background-color: rgb(210,144,188); }
div.DivClassName
{
background-color: #D290BC;
}
.BgClassName
{
background-color: #D290BC;
}
</style>
border-color css
<style>
span { border-color: #D290BC; }
span { border-color: rgb(210,144,188); }
td.TdClassName
{
border-color: #D290BC;
}
.TagClassName
{
border-color: #D290BC;
}
</style>