Shades of Lily #D388BE
Tints of Lily #D388BE
RGB
CMYK
RGB Variations
Color information
#D388BE (or 0xD388BE) is known color: Lily. HEX triplet: D3, 88 and BE. RGB value is (211,136,190). Sum of RGB (Red+Green+Blue) = 211+136+190=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D388BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D388BE is #2C7741. Grayscale: #A4A4A4. Windows color (decimal): -2914114 or 12486867. OLE color: 12486867.
HSL color Cylindrical-coordinate representation of color #D388BE: hue angle of 316.8º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D388BE is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 136 | 190 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.17 |
| HSL | 316.8º | 0.46% | 0.68% | - |
| HSV(B) | 316.8º | 0.36% | 0.83% | - |
| XYZ | 44.96 | 35.17 | 53.13 | - |
| YUV | 164.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 190 | 0 | 0.36 | 0.10 | 0.17 | 316.8 | 0.46 | 0.68 |
| Hex | D3 | 88 | BE | 0 | 24 | A | 11 | 13D | 2E | 44 |
| Octal | 323 | 210 | 276 | 0 | 44 | 12 | 21 | 475 | 56 | 104 |
| Binary | 11010011 | 10001000 | 10111110 | 0 | 100100 | 1010 | 10001 | 100111101 | 101110 | 1000100 |
Color Harmonies of #D388BE
Complementary color
Monochromatic Colors of #D388BE
Black with #D388BE
Text Example
Text Example
White with #D388BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D388BE; }
p { color: rgb(211,136,190); }
H1.HeaderClassName
{
color: #D388BE;
}
.AnyTagClassName
{
color: #D388BE;
}
</style>
background-color css
<style>
a { background-color: #D388BE; }
a { background-color: rgb(211,136,190); }
div.DivClassName
{
background-color: #D388BE;
}
.BgClassName
{
background-color: #D388BE;
}
</style>
border-color css
<style>
span { border-color: #D388BE; }
span { border-color: rgb(211,136,190); }
td.TdClassName
{
border-color: #D388BE;
}
.TagClassName
{
border-color: #D388BE;
}
</style>