Shades of Lily #D07FB0
Tints of Lily #D07FB0
RGB
CMYK
RGB Variations
Color information
#D07FB0 (or 0xD07FB0) is known color: Lily. HEX triplet: D0, 7F and B0. RGB value is (208,127,176). Sum of RGB (Red+Green+Blue) = 208+127+176=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07FB0 is #2F804F. Grayscale: #9C9C9C. Windows color (decimal): -3113040 or 11567056. OLE color: 11567056.
HSL color Cylindrical-coordinate representation of color #D07FB0: hue angle of 323.7º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07FB0 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 176 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.18 |
| HSL | 323.7º | 0.46% | 0.66% | - |
| HSV(B) | 323.7º | 0.39% | 0.82% | - |
| XYZ | 41.44 | 31.72 | 45.01 | - |
| YUV | 156.81 | 138.84 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 176 | 0 | 0.39 | 0.15 | 0.18 | 323.7 | 0.46 | 0.66 |
| Hex | D0 | 7F | B0 | 0 | 27 | F | 12 | 144 | 2E | 42 |
| Octal | 320 | 177 | 260 | 0 | 47 | 17 | 22 | 504 | 56 | 102 |
| Binary | 11010000 | 1111111 | 10110000 | 0 | 100111 | 1111 | 10010 | 101000100 | 101110 | 1000010 |
Color Harmonies of #D07FB0
Complementary color
Monochromatic Colors of #D07FB0
Black with #D07FB0
Text Example
Text Example
White with #D07FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FB0; }
p { color: rgb(208,127,176); }
H1.HeaderClassName
{
color: #D07FB0;
}
.AnyTagClassName
{
color: #D07FB0;
}
</style>
background-color css
<style>
a { background-color: #D07FB0; }
a { background-color: rgb(208,127,176); }
div.DivClassName
{
background-color: #D07FB0;
}
.BgClassName
{
background-color: #D07FB0;
}
</style>
border-color css
<style>
span { border-color: #D07FB0; }
span { border-color: rgb(208,127,176); }
td.TdClassName
{
border-color: #D07FB0;
}
.TagClassName
{
border-color: #D07FB0;
}
</style>