Shades of Lily #D399B7
Tints of Lily #D399B7
RGB
CMYK
RGB Variations
Color information
#D399B7 (or 0xD399B7) is known color: Lily. HEX triplet: D3, 99 and B7. RGB value is (211,153,183). Sum of RGB (Red+Green+Blue) = 211+153+183=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 211 - color contains mainly: red. Hex color #D399B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399B7 is #2C6648. Grayscale: #ADADAD. Windows color (decimal): -2909769 or 12032467. OLE color: 12032467.
HSL color Cylindrical-coordinate representation of color #D399B7: hue angle of 328.97º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D399B7 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 183 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.17 |
| HSL | 328.97º | 0.4% | 0.71% | - |
| HSV(B) | 328.97º | 0.27% | 0.83% | - |
| XYZ | 46.8 | 40.05 | 50.06 | - |
| YUV | 173.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 183 | 0 | 0.27 | 0.13 | 0.17 | 328.97 | 0.4 | 0.71 |
| Hex | D3 | 99 | B7 | 0 | 1B | D | 11 | 149 | 28 | 47 |
| Octal | 323 | 231 | 267 | 0 | 33 | 15 | 21 | 511 | 50 | 107 |
| Binary | 11010011 | 10011001 | 10110111 | 0 | 11011 | 1101 | 10001 | 101001001 | 101000 | 1000111 |
Color Harmonies of #D399B7
Complementary color
Monochromatic Colors of #D399B7
Black with #D399B7
Text Example
Text Example
White with #D399B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399B7; }
p { color: rgb(211,153,183); }
H1.HeaderClassName
{
color: #D399B7;
}
.AnyTagClassName
{
color: #D399B7;
}
</style>
background-color css
<style>
a { background-color: #D399B7; }
a { background-color: rgb(211,153,183); }
div.DivClassName
{
background-color: #D399B7;
}
.BgClassName
{
background-color: #D399B7;
}
</style>
border-color css
<style>
span { border-color: #D399B7; }
span { border-color: rgb(211,153,183); }
td.TdClassName
{
border-color: #D399B7;
}
.TagClassName
{
border-color: #D399B7;
}
</style>