Shades of Lily #D290BD
Tints of Lily #D290BD
RGB
CMYK
RGB Variations
Color information
#D290BD (or 0xD290BD) is known color: Lily. HEX triplet: D2, 90 and BD. RGB value is (210,144,189). Sum of RGB (Red+Green+Blue) = 210+144+189=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D290BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290BD is #2D6F42. Grayscale: #A8A8A8. Windows color (decimal): -2977603 or 12423378. OLE color: 12423378.
HSL color Cylindrical-coordinate representation of color #D290BD: hue angle of 319.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 #D290BD is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 189 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.18 |
| HSL | 319.09º | 0.42% | 0.69% | - |
| HSV(B) | 319.09º | 0.31% | 0.82% | - |
| XYZ | 45.74 | 37.32 | 52.94 | - |
| YUV | 168.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 189 | 0 | 0.31 | 0.10 | 0.18 | 319.09 | 0.42 | 0.69 |
| Hex | D2 | 90 | BD | 0 | 1F | A | 12 | 13F | 2A | 45 |
| Octal | 322 | 220 | 275 | 0 | 37 | 12 | 22 | 477 | 52 | 105 |
| Binary | 11010010 | 10010000 | 10111101 | 0 | 11111 | 1010 | 10010 | 100111111 | 101010 | 1000101 |
Color Harmonies of #D290BD
Complementary color
Monochromatic Colors of #D290BD
Black with #D290BD
Text Example
Text Example
White with #D290BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290BD; }
p { color: rgb(210,144,189); }
H1.HeaderClassName
{
color: #D290BD;
}
.AnyTagClassName
{
color: #D290BD;
}
</style>
background-color css
<style>
a { background-color: #D290BD; }
a { background-color: rgb(210,144,189); }
div.DivClassName
{
background-color: #D290BD;
}
.BgClassName
{
background-color: #D290BD;
}
</style>
border-color css
<style>
span { border-color: #D290BD; }
span { border-color: rgb(210,144,189); }
td.TdClassName
{
border-color: #D290BD;
}
.TagClassName
{
border-color: #D290BD;
}
</style>