Shades of Lily #D399BC
Tints of Lily #D399BC
RGB
CMYK
RGB Variations
Color information
#D399BC (or 0xD399BC) is known color: Lily. HEX triplet: D3, 99 and BC. RGB value is (211,153,188). Sum of RGB (Red+Green+Blue) = 211+153+188=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 211 - color contains mainly: red. Hex color #D399BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399BC is #2C6643. Grayscale: #AEAEAE. Windows color (decimal): -2909764 or 12360147. OLE color: 12360147.
HSL color Cylindrical-coordinate representation of color #D399BC: hue angle of 323.79º 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 #D399BC is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 188 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.17 |
| HSL | 323.79º | 0.4% | 0.71% | - |
| HSV(B) | 323.79º | 0.27% | 0.83% | - |
| XYZ | 47.33 | 40.26 | 52.85 | - |
| YUV | 174.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 188 | 0 | 0.27 | 0.11 | 0.17 | 323.79 | 0.4 | 0.71 |
| Hex | D3 | 99 | BC | 0 | 1B | B | 11 | 144 | 28 | 47 |
| Octal | 323 | 231 | 274 | 0 | 33 | 13 | 21 | 504 | 50 | 107 |
| Binary | 11010011 | 10011001 | 10111100 | 0 | 11011 | 1011 | 10001 | 101000100 | 101000 | 1000111 |
Color Harmonies of #D399BC
Complementary color
Monochromatic Colors of #D399BC
Black with #D399BC
Text Example
Text Example
White with #D399BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399BC; }
p { color: rgb(211,153,188); }
H1.HeaderClassName
{
color: #D399BC;
}
.AnyTagClassName
{
color: #D399BC;
}
</style>
background-color css
<style>
a { background-color: #D399BC; }
a { background-color: rgb(211,153,188); }
div.DivClassName
{
background-color: #D399BC;
}
.BgClassName
{
background-color: #D399BC;
}
</style>
border-color css
<style>
span { border-color: #D399BC; }
span { border-color: rgb(211,153,188); }
td.TdClassName
{
border-color: #D399BC;
}
.TagClassName
{
border-color: #D399BC;
}
</style>