Shades of Lily #D382BB
Tints of Lily #D382BB
RGB
CMYK
RGB Variations
Color information
#D382BB (or 0xD382BB) is known color: Lily. HEX triplet: D3, 82 and BB. RGB value is (211,130,187). Sum of RGB (Red+Green+Blue) = 211+130+187=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D382BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D382BB is #2C7D44. Grayscale: #A0A0A0. Windows color (decimal): -2915653 or 12288723. OLE color: 12288723.
HSL color Cylindrical-coordinate representation of color #D382BB: hue angle of 317.78º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D382BB is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 130 | 187 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.17 |
| HSL | 317.78º | 0.48% | 0.67% | - |
| HSV(B) | 317.78º | 0.38% | 0.83% | - |
| XYZ | 43.82 | 33.4 | 51.15 | - |
| YUV | 160.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 187 | 0 | 0.38 | 0.11 | 0.17 | 317.78 | 0.48 | 0.67 |
| Hex | D3 | 82 | BB | 0 | 26 | B | 11 | 13E | 30 | 43 |
| Octal | 323 | 202 | 273 | 0 | 46 | 13 | 21 | 476 | 60 | 103 |
| Binary | 11010011 | 10000010 | 10111011 | 0 | 100110 | 1011 | 10001 | 100111110 | 110000 | 1000011 |
Color Harmonies of #D382BB
Complementary color
Monochromatic Colors of #D382BB
Black with #D382BB
Text Example
Text Example
White with #D382BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D382BB; }
p { color: rgb(211,130,187); }
H1.HeaderClassName
{
color: #D382BB;
}
.AnyTagClassName
{
color: #D382BB;
}
</style>
background-color css
<style>
a { background-color: #D382BB; }
a { background-color: rgb(211,130,187); }
div.DivClassName
{
background-color: #D382BB;
}
.BgClassName
{
background-color: #D382BB;
}
</style>
border-color css
<style>
span { border-color: #D382BB; }
span { border-color: rgb(211,130,187); }
td.TdClassName
{
border-color: #D382BB;
}
.TagClassName
{
border-color: #D382BB;
}
</style>