Shades of Lily #D392BD
Tints of Lily #D392BD
RGB
CMYK
RGB Variations
Color information
#D392BD (or 0xD392BD) is known color: Lily. HEX triplet: D3, 92 and BD. RGB value is (211,146,189). Sum of RGB (Red+Green+Blue) = 211+146+189=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D392BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392BD is #2C6D42. Grayscale: #AAAAAA. Windows color (decimal): -2911555 or 12423891. OLE color: 12423891.
HSL color Cylindrical-coordinate representation of color #D392BD: hue angle of 320.31º 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 #D392BD is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 189 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.17 |
| HSL | 320.31º | 0.42% | 0.7% | - |
| HSV(B) | 320.31º | 0.31% | 0.83% | - |
| XYZ | 46.33 | 38.08 | 53.05 | - |
| YUV | 170.34 | 138.53 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 189 | 0 | 0.31 | 0.10 | 0.17 | 320.31 | 0.42 | 0.7 |
| Hex | D3 | 92 | BD | 0 | 1F | A | 11 | 140 | 2A | 46 |
| Octal | 323 | 222 | 275 | 0 | 37 | 12 | 21 | 500 | 52 | 106 |
| Binary | 11010011 | 10010010 | 10111101 | 0 | 11111 | 1010 | 10001 | 101000000 | 101010 | 1000110 |
Color Harmonies of #D392BD
Complementary color
Monochromatic Colors of #D392BD
Black with #D392BD
Text Example
Text Example
White with #D392BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D392BD; }
p { color: rgb(211,146,189); }
H1.HeaderClassName
{
color: #D392BD;
}
.AnyTagClassName
{
color: #D392BD;
}
</style>
background-color css
<style>
a { background-color: #D392BD; }
a { background-color: rgb(211,146,189); }
div.DivClassName
{
background-color: #D392BD;
}
.BgClassName
{
background-color: #D392BD;
}
</style>
border-color css
<style>
span { border-color: #D392BD; }
span { border-color: rgb(211,146,189); }
td.TdClassName
{
border-color: #D392BD;
}
.TagClassName
{
border-color: #D392BD;
}
</style>