Shades of Lily #D492BB
Tints of Lily #D492BB
RGB
CMYK
RGB Variations
Color information
#D492BB (or 0xD492BB) is known color: Lily. HEX triplet: D4, 92 and BB. RGB value is (212,146,187). Sum of RGB (Red+Green+Blue) = 212+146+187=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D492BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492BB is #2B6D44. Grayscale: #AAAAAA. Windows color (decimal): -2846021 or 12292820. OLE color: 12292820.
HSL color Cylindrical-coordinate representation of color #D492BB: hue angle of 322.73º 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 #D492BB is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 187 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.17 |
| HSL | 322.73º | 0.43% | 0.7% | - |
| HSV(B) | 322.73º | 0.31% | 0.83% | - |
| XYZ | 46.4 | 38.14 | 51.93 | - |
| YUV | 170.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 187 | 0 | 0.31 | 0.12 | 0.17 | 322.73 | 0.43 | 0.7 |
| Hex | D4 | 92 | BB | 0 | 1F | C | 11 | 143 | 2B | 46 |
| Octal | 324 | 222 | 273 | 0 | 37 | 14 | 21 | 503 | 53 | 106 |
| Binary | 11010100 | 10010010 | 10111011 | 0 | 11111 | 1100 | 10001 | 101000011 | 101011 | 1000110 |
Color Harmonies of #D492BB
Complementary color
Monochromatic Colors of #D492BB
Black with #D492BB
Text Example
Text Example
White with #D492BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492BB; }
p { color: rgb(212,146,187); }
H1.HeaderClassName
{
color: #D492BB;
}
.AnyTagClassName
{
color: #D492BB;
}
</style>
background-color css
<style>
a { background-color: #D492BB; }
a { background-color: rgb(212,146,187); }
div.DivClassName
{
background-color: #D492BB;
}
.BgClassName
{
background-color: #D492BB;
}
</style>
border-color css
<style>
span { border-color: #D492BB; }
span { border-color: rgb(212,146,187); }
td.TdClassName
{
border-color: #D492BB;
}
.TagClassName
{
border-color: #D492BB;
}
</style>