Shades of Lily #D392BB
Tints of Lily #D392BB
RGB
CMYK
RGB Variations
Color information
#D392BB (or 0xD392BB) is known color: Lily. HEX triplet: D3, 92 and BB. RGB value is (211,146,187). Sum of RGB (Red+Green+Blue) = 211+146+187=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 211 - color contains mainly: red. Hex color #D392BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392BB is #2C6D44. Grayscale: #AAAAAA. Windows color (decimal): -2911557 or 12292819. OLE color: 12292819.
HSL color Cylindrical-coordinate representation of color #D392BB: hue angle of 322.15º degrees, saturation: 0.42, 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 #D392BB is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 187 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.17 |
| HSL | 322.15º | 0.42% | 0.7% | - |
| HSV(B) | 322.15º | 0.31% | 0.83% | - |
| XYZ | 46.11 | 37.99 | 51.92 | - |
| YUV | 170.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 187 | 0 | 0.31 | 0.11 | 0.17 | 322.15 | 0.42 | 0.7 |
| Hex | D3 | 92 | BB | 0 | 1F | B | 11 | 142 | 2A | 46 |
| Octal | 323 | 222 | 273 | 0 | 37 | 13 | 21 | 502 | 52 | 106 |
| Binary | 11010011 | 10010010 | 10111011 | 0 | 11111 | 1011 | 10001 | 101000010 | 101010 | 1000110 |
Color Harmonies of #D392BB
Complementary color
Monochromatic Colors of #D392BB
Black with #D392BB
Text Example
Text Example
White with #D392BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D392BB; }
p { color: rgb(211,146,187); }
H1.HeaderClassName
{
color: #D392BB;
}
.AnyTagClassName
{
color: #D392BB;
}
</style>
background-color css
<style>
a { background-color: #D392BB; }
a { background-color: rgb(211,146,187); }
div.DivClassName
{
background-color: #D392BB;
}
.BgClassName
{
background-color: #D392BB;
}
</style>
border-color css
<style>
span { border-color: #D392BB; }
span { border-color: rgb(211,146,187); }
td.TdClassName
{
border-color: #D392BB;
}
.TagClassName
{
border-color: #D392BB;
}
</style>