Shades of Lily #D399BA
Tints of Lily #D399BA
RGB
CMYK
RGB Variations
Color information
#D399BA (or 0xD399BA) is known color: Lily. HEX triplet: D3, 99 and BA. RGB value is (211,153,186). Sum of RGB (Red+Green+Blue) = 211+153+186=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 211 - color contains mainly: red. Hex color #D399BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399BA is #2C6645. Grayscale: #AEAEAE. Windows color (decimal): -2909766 or 12229075. OLE color: 12229075.
HSL color Cylindrical-coordinate representation of color #D399BA: hue angle of 325.86º 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 #D399BA is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 186 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.17 |
| HSL | 325.86º | 0.4% | 0.71% | - |
| HSV(B) | 325.86º | 0.27% | 0.83% | - |
| XYZ | 47.12 | 40.18 | 51.73 | - |
| YUV | 174.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 186 | 0 | 0.27 | 0.12 | 0.17 | 325.86 | 0.4 | 0.71 |
| Hex | D3 | 99 | BA | 0 | 1B | C | 11 | 146 | 28 | 47 |
| Octal | 323 | 231 | 272 | 0 | 33 | 14 | 21 | 506 | 50 | 107 |
| Binary | 11010011 | 10011001 | 10111010 | 0 | 11011 | 1100 | 10001 | 101000110 | 101000 | 1000111 |
Color Harmonies of #D399BA
Complementary color
Monochromatic Colors of #D399BA
Black with #D399BA
Text Example
Text Example
White with #D399BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399BA; }
p { color: rgb(211,153,186); }
H1.HeaderClassName
{
color: #D399BA;
}
.AnyTagClassName
{
color: #D399BA;
}
</style>
background-color css
<style>
a { background-color: #D399BA; }
a { background-color: rgb(211,153,186); }
div.DivClassName
{
background-color: #D399BA;
}
.BgClassName
{
background-color: #D399BA;
}
</style>
border-color css
<style>
span { border-color: #D399BA; }
span { border-color: rgb(211,153,186); }
td.TdClassName
{
border-color: #D399BA;
}
.TagClassName
{
border-color: #D399BA;
}
</style>