Shades of Lily #D492BA
Tints of Lily #D492BA
RGB
CMYK
RGB Variations
Color information
#D492BA (or 0xD492BA) is known color: Lily. HEX triplet: D4, 92 and BA. RGB value is (212,146,186). Sum of RGB (Red+Green+Blue) = 212+146+186=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D492BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492BA is #2B6D45. Grayscale: #AAAAAA. Windows color (decimal): -2846022 or 12227284. OLE color: 12227284.
HSL color Cylindrical-coordinate representation of color #D492BA: hue angle of 323.64º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D492BA is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 186 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.17 |
| HSL | 323.64º | 0.43% | 0.7% | - |
| HSV(B) | 323.64º | 0.31% | 0.83% | - |
| XYZ | 46.29 | 38.1 | 51.37 | - |
| YUV | 170.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 186 | 0 | 0.31 | 0.12 | 0.17 | 323.64 | 0.43 | 0.7 |
| Hex | D4 | 92 | BA | 0 | 1F | C | 11 | 144 | 2B | 46 |
| Octal | 324 | 222 | 272 | 0 | 37 | 14 | 21 | 504 | 53 | 106 |
| Binary | 11010100 | 10010010 | 10111010 | 0 | 11111 | 1100 | 10001 | 101000100 | 101011 | 1000110 |
Color Harmonies of #D492BA
Complementary color
Monochromatic Colors of #D492BA
Black with #D492BA
Text Example
Text Example
White with #D492BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492BA; }
p { color: rgb(212,146,186); }
H1.HeaderClassName
{
color: #D492BA;
}
.AnyTagClassName
{
color: #D492BA;
}
</style>
background-color css
<style>
a { background-color: #D492BA; }
a { background-color: rgb(212,146,186); }
div.DivClassName
{
background-color: #D492BA;
}
.BgClassName
{
background-color: #D492BA;
}
</style>
border-color css
<style>
span { border-color: #D492BA; }
span { border-color: rgb(212,146,186); }
td.TdClassName
{
border-color: #D492BA;
}
.TagClassName
{
border-color: #D492BA;
}
</style>