Shades of Lily #D391B4
Tints of Lily #D391B4
RGB
CMYK
RGB Variations
Color information
#D391B4 (or 0xD391B4) is known color: Lily. HEX triplet: D3, 91 and B4. RGB value is (211,145,180). Sum of RGB (Red+Green+Blue) = 211+145+180=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 211 - color contains mainly: red. Hex color #D391B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D391B4 is #2C6E4B. Grayscale: #A8A8A8. Windows color (decimal): -2911820 or 11833811. OLE color: 11833811.
HSL color Cylindrical-coordinate representation of color #D391B4: hue angle of 328.18º 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 #D391B4 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 180 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.17 |
| HSL | 328.18º | 0.43% | 0.7% | - |
| HSV(B) | 328.18º | 0.31% | 0.83% | - |
| XYZ | 45.23 | 37.39 | 48.01 | - |
| YUV | 168.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 180 | 0 | 0.31 | 0.15 | 0.17 | 328.18 | 0.43 | 0.7 |
| Hex | D3 | 91 | B4 | 0 | 1F | F | 11 | 148 | 2B | 46 |
| Octal | 323 | 221 | 264 | 0 | 37 | 17 | 21 | 510 | 53 | 106 |
| Binary | 11010011 | 10010001 | 10110100 | 0 | 11111 | 1111 | 10001 | 101001000 | 101011 | 1000110 |
Color Harmonies of #D391B4
Complementary color
Monochromatic Colors of #D391B4
Black with #D391B4
Text Example
Text Example
White with #D391B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D391B4; }
p { color: rgb(211,145,180); }
H1.HeaderClassName
{
color: #D391B4;
}
.AnyTagClassName
{
color: #D391B4;
}
</style>
background-color css
<style>
a { background-color: #D391B4; }
a { background-color: rgb(211,145,180); }
div.DivClassName
{
background-color: #D391B4;
}
.BgClassName
{
background-color: #D391B4;
}
</style>
border-color css
<style>
span { border-color: #D391B4; }
span { border-color: rgb(211,145,180); }
td.TdClassName
{
border-color: #D391B4;
}
.TagClassName
{
border-color: #D391B4;
}
</style>