Shades of Lily #D392BC
Tints of Lily #D392BC
RGB
CMYK
RGB Variations
Color information
#D392BC (or 0xD392BC) is known color: Lily. HEX triplet: D3, 92 and BC. RGB value is (211,146,188). Sum of RGB (Red+Green+Blue) = 211+146+188=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D392BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392BC is #2C6D43. Grayscale: #AAAAAA. Windows color (decimal): -2911556 or 12358355. OLE color: 12358355.
HSL color Cylindrical-coordinate representation of color #D392BC: hue angle of 321.23º 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 #D392BC is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 188 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.17 |
| HSL | 321.23º | 0.42% | 0.7% | - |
| HSV(B) | 321.23º | 0.31% | 0.83% | - |
| XYZ | 46.22 | 38.04 | 52.48 | - |
| YUV | 170.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 188 | 0 | 0.31 | 0.11 | 0.17 | 321.23 | 0.42 | 0.7 |
| Hex | D3 | 92 | BC | 0 | 1F | B | 11 | 141 | 2A | 46 |
| Octal | 323 | 222 | 274 | 0 | 37 | 13 | 21 | 501 | 52 | 106 |
| Binary | 11010011 | 10010010 | 10111100 | 0 | 11111 | 1011 | 10001 | 101000001 | 101010 | 1000110 |
Color Harmonies of #D392BC
Complementary color
Monochromatic Colors of #D392BC
Black with #D392BC
Text Example
Text Example
White with #D392BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D392BC; }
p { color: rgb(211,146,188); }
H1.HeaderClassName
{
color: #D392BC;
}
.AnyTagClassName
{
color: #D392BC;
}
</style>
background-color css
<style>
a { background-color: #D392BC; }
a { background-color: rgb(211,146,188); }
div.DivClassName
{
background-color: #D392BC;
}
.BgClassName
{
background-color: #D392BC;
}
</style>
border-color css
<style>
span { border-color: #D392BC; }
span { border-color: rgb(211,146,188); }
td.TdClassName
{
border-color: #D392BC;
}
.TagClassName
{
border-color: #D392BC;
}
</style>