Shades of Lily #D385BF
Tints of Lily #D385BF
RGB
CMYK
RGB Variations
Color information
#D385BF (or 0xD385BF) is known color: Lily. HEX triplet: D3, 85 and BF. RGB value is (211,133,191). Sum of RGB (Red+Green+Blue) = 211+133+191=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D385BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D385BF is #2C7A40. Grayscale: #A2A2A2. Windows color (decimal): -2914881 or 12551635. OLE color: 12551635.
HSL color Cylindrical-coordinate representation of color #D385BF: hue angle of 315.38º 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 #D385BF is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 191 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.17 |
| HSL | 315.38º | 0.47% | 0.67% | - |
| HSV(B) | 315.38º | 0.37% | 0.83% | - |
| XYZ | 44.66 | 34.39 | 53.57 | - |
| YUV | 162.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 191 | 0 | 0.37 | 0.09 | 0.17 | 315.38 | 0.47 | 0.67 |
| Hex | D3 | 85 | BF | 0 | 25 | 9 | 11 | 13B | 2F | 43 |
| Octal | 323 | 205 | 277 | 0 | 45 | 11 | 21 | 473 | 57 | 103 |
| Binary | 11010011 | 10000101 | 10111111 | 0 | 100101 | 1001 | 10001 | 100111011 | 101111 | 1000011 |
Color Harmonies of #D385BF
Complementary color
Monochromatic Colors of #D385BF
Black with #D385BF
Text Example
Text Example
White with #D385BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D385BF; }
p { color: rgb(211,133,191); }
H1.HeaderClassName
{
color: #D385BF;
}
.AnyTagClassName
{
color: #D385BF;
}
</style>
background-color css
<style>
a { background-color: #D385BF; }
a { background-color: rgb(211,133,191); }
div.DivClassName
{
background-color: #D385BF;
}
.BgClassName
{
background-color: #D385BF;
}
</style>
border-color css
<style>
span { border-color: #D385BF; }
span { border-color: rgb(211,133,191); }
td.TdClassName
{
border-color: #D385BF;
}
.TagClassName
{
border-color: #D385BF;
}
</style>