Shades of Lily #D492BC
Tints of Lily #D492BC
RGB
CMYK
RGB Variations
Color information
#D492BC (or 0xD492BC) is known color: Lily. HEX triplet: D4, 92 and BC. RGB value is (212,146,188). Sum of RGB (Red+Green+Blue) = 212+146+188=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D492BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492BC is #2B6D43. Grayscale: #AAAAAA. Windows color (decimal): -2846020 or 12358356. OLE color: 12358356.
HSL color Cylindrical-coordinate representation of color #D492BC: hue angle of 321.82º 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 #D492BC is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 188 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.17 |
| HSL | 321.82º | 0.43% | 0.7% | - |
| HSV(B) | 321.82º | 0.31% | 0.83% | - |
| XYZ | 46.51 | 38.19 | 52.5 | - |
| YUV | 170.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 188 | 0 | 0.31 | 0.11 | 0.17 | 321.82 | 0.43 | 0.7 |
| Hex | D4 | 92 | BC | 0 | 1F | B | 11 | 142 | 2B | 46 |
| Octal | 324 | 222 | 274 | 0 | 37 | 13 | 21 | 502 | 53 | 106 |
| Binary | 11010100 | 10010010 | 10111100 | 0 | 11111 | 1011 | 10001 | 101000010 | 101011 | 1000110 |
Color Harmonies of #D492BC
Complementary color
Monochromatic Colors of #D492BC
Black with #D492BC
Text Example
Text Example
White with #D492BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492BC; }
p { color: rgb(212,146,188); }
H1.HeaderClassName
{
color: #D492BC;
}
.AnyTagClassName
{
color: #D492BC;
}
</style>
background-color css
<style>
a { background-color: #D492BC; }
a { background-color: rgb(212,146,188); }
div.DivClassName
{
background-color: #D492BC;
}
.BgClassName
{
background-color: #D492BC;
}
</style>
border-color css
<style>
span { border-color: #D492BC; }
span { border-color: rgb(212,146,188); }
td.TdClassName
{
border-color: #D492BC;
}
.TagClassName
{
border-color: #D492BC;
}
</style>