Shades of Lily #D07DB6
Tints of Lily #D07DB6
RGB
CMYK
RGB Variations
Color information
#D07DB6 (or 0xD07DB6) is known color: Lily. HEX triplet: D0, 7D and B6. RGB value is (208,125,182). Sum of RGB (Red+Green+Blue) = 208+125+182=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DB6 is #2F8249. Grayscale: #9C9C9C. Windows color (decimal): -3113546 or 11959760. OLE color: 11959760.
HSL color Cylindrical-coordinate representation of color #D07DB6: hue angle of 318.8º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07DB6 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 182 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.18 |
| HSL | 318.8º | 0.47% | 0.65% | - |
| HSV(B) | 318.8º | 0.4% | 0.82% | - |
| XYZ | 41.79 | 31.45 | 48.12 | - |
| YUV | 156.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 182 | 0 | 0.40 | 0.12 | 0.18 | 318.8 | 0.47 | 0.65 |
| Hex | D0 | 7D | B6 | 0 | 28 | C | 12 | 13F | 2F | 41 |
| Octal | 320 | 175 | 266 | 0 | 50 | 14 | 22 | 477 | 57 | 101 |
| Binary | 11010000 | 1111101 | 10110110 | 0 | 101000 | 1100 | 10010 | 100111111 | 101111 | 1000001 |
Color Harmonies of #D07DB6
Complementary color
Monochromatic Colors of #D07DB6
Black with #D07DB6
Text Example
Text Example
White with #D07DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07DB6; }
p { color: rgb(208,125,182); }
H1.HeaderClassName
{
color: #D07DB6;
}
.AnyTagClassName
{
color: #D07DB6;
}
</style>
background-color css
<style>
a { background-color: #D07DB6; }
a { background-color: rgb(208,125,182); }
div.DivClassName
{
background-color: #D07DB6;
}
.BgClassName
{
background-color: #D07DB6;
}
</style>
border-color css
<style>
span { border-color: #D07DB6; }
span { border-color: rgb(208,125,182); }
td.TdClassName
{
border-color: #D07DB6;
}
.TagClassName
{
border-color: #D07DB6;
}
</style>