Shades of Lily #D392BE
Tints of Lily #D392BE
RGB
CMYK
RGB Variations
Color information
#D392BE (or 0xD392BE) is known color: Lily. HEX triplet: D3, 92 and BE. RGB value is (211,146,190). Sum of RGB (Red+Green+Blue) = 211+146+190=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 211 - color contains mainly: red. Hex color #D392BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392BE is #2C6D41. Grayscale: #AAAAAA. Windows color (decimal): -2911554 or 12489427. OLE color: 12489427.
HSL color Cylindrical-coordinate representation of color #D392BE: hue angle of 319.38º 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 #D392BE is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 190 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.17 |
| HSL | 319.38º | 0.42% | 0.7% | - |
| HSV(B) | 319.38º | 0.31% | 0.83% | - |
| XYZ | 46.44 | 38.12 | 53.63 | - |
| YUV | 170.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 190 | 0 | 0.31 | 0.10 | 0.17 | 319.38 | 0.42 | 0.7 |
| Hex | D3 | 92 | BE | 0 | 1F | A | 11 | 13F | 2A | 46 |
| Octal | 323 | 222 | 276 | 0 | 37 | 12 | 21 | 477 | 52 | 106 |
| Binary | 11010011 | 10010010 | 10111110 | 0 | 11111 | 1010 | 10001 | 100111111 | 101010 | 1000110 |
Color Harmonies of #D392BE
Complementary color
Monochromatic Colors of #D392BE
Black with #D392BE
Text Example
Text Example
White with #D392BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D392BE; }
p { color: rgb(211,146,190); }
H1.HeaderClassName
{
color: #D392BE;
}
.AnyTagClassName
{
color: #D392BE;
}
</style>
background-color css
<style>
a { background-color: #D392BE; }
a { background-color: rgb(211,146,190); }
div.DivClassName
{
background-color: #D392BE;
}
.BgClassName
{
background-color: #D392BE;
}
</style>
border-color css
<style>
span { border-color: #D392BE; }
span { border-color: rgb(211,146,190); }
td.TdClassName
{
border-color: #D392BE;
}
.TagClassName
{
border-color: #D392BE;
}
</style>