Shades of Lily #D385BB
Tints of Lily #D385BB
RGB
CMYK
RGB Variations
Color information
#D385BB (or 0xD385BB) is known color: Lily. HEX triplet: D3, 85 and BB. RGB value is (211,133,187). Sum of RGB (Red+Green+Blue) = 211+133+187=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D385BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D385BB is #2C7A44. Grayscale: #A2A2A2. Windows color (decimal): -2914885 or 12289491. OLE color: 12289491.
HSL color Cylindrical-coordinate representation of color #D385BB: hue angle of 318.46º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D385BB is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 187 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.17 |
| HSL | 318.46º | 0.47% | 0.67% | - |
| HSV(B) | 318.46º | 0.37% | 0.83% | - |
| XYZ | 44.22 | 34.21 | 51.29 | - |
| YUV | 162.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 187 | 0 | 0.37 | 0.11 | 0.17 | 318.46 | 0.47 | 0.67 |
| Hex | D3 | 85 | BB | 0 | 25 | B | 11 | 13E | 2F | 43 |
| Octal | 323 | 205 | 273 | 0 | 45 | 13 | 21 | 476 | 57 | 103 |
| Binary | 11010011 | 10000101 | 10111011 | 0 | 100101 | 1011 | 10001 | 100111110 | 101111 | 1000011 |
Color Harmonies of #D385BB
Complementary color
Monochromatic Colors of #D385BB
Black with #D385BB
Text Example
Text Example
White with #D385BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D385BB; }
p { color: rgb(211,133,187); }
H1.HeaderClassName
{
color: #D385BB;
}
.AnyTagClassName
{
color: #D385BB;
}
</style>
background-color css
<style>
a { background-color: #D385BB; }
a { background-color: rgb(211,133,187); }
div.DivClassName
{
background-color: #D385BB;
}
.BgClassName
{
background-color: #D385BB;
}
</style>
border-color css
<style>
span { border-color: #D385BB; }
span { border-color: rgb(211,133,187); }
td.TdClassName
{
border-color: #D385BB;
}
.TagClassName
{
border-color: #D385BB;
}
</style>