Shades of Lily #D389B8
Tints of Lily #D389B8
RGB
CMYK
RGB Variations
Color information
#D389B8 (or 0xD389B8) is known color: Lily. HEX triplet: D3, 89 and B8. RGB value is (211,137,184). Sum of RGB (Red+Green+Blue) = 211+137+184=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D389B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389B8 is #2C7647. Grayscale: #A4A4A4. Windows color (decimal): -2913864 or 12093907. OLE color: 12093907.
HSL color Cylindrical-coordinate representation of color #D389B8: hue angle of 321.89º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D389B8 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 137 | 184 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.17 |
| HSL | 321.89º | 0.46% | 0.68% | - |
| HSV(B) | 321.89º | 0.35% | 0.83% | - |
| XYZ | 44.46 | 35.2 | 49.8 | - |
| YUV | 164.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 137 | 184 | 0 | 0.35 | 0.13 | 0.17 | 321.89 | 0.46 | 0.68 |
| Hex | D3 | 89 | B8 | 0 | 23 | D | 11 | 142 | 2E | 44 |
| Octal | 323 | 211 | 270 | 0 | 43 | 15 | 21 | 502 | 56 | 104 |
| Binary | 11010011 | 10001001 | 10111000 | 0 | 100011 | 1101 | 10001 | 101000010 | 101110 | 1000100 |
Color Harmonies of #D389B8
Complementary color
Monochromatic Colors of #D389B8
Black with #D389B8
Text Example
Text Example
White with #D389B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D389B8; }
p { color: rgb(211,137,184); }
H1.HeaderClassName
{
color: #D389B8;
}
.AnyTagClassName
{
color: #D389B8;
}
</style>
background-color css
<style>
a { background-color: #D389B8; }
a { background-color: rgb(211,137,184); }
div.DivClassName
{
background-color: #D389B8;
}
.BgClassName
{
background-color: #D389B8;
}
</style>
border-color css
<style>
span { border-color: #D389B8; }
span { border-color: rgb(211,137,184); }
td.TdClassName
{
border-color: #D389B8;
}
.TagClassName
{
border-color: #D389B8;
}
</style>