Shades of Lily #D07FB3
Tints of Lily #D07FB3
RGB
CMYK
RGB Variations
Color information
#D07FB3 (or 0xD07FB3) is known color: Lily. HEX triplet: D0, 7F and B3. RGB value is (208,127,179). Sum of RGB (Red+Green+Blue) = 208+127+179=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FB3 is #2F804C. Grayscale: #9D9D9D. Windows color (decimal): -3113037 or 11763664. OLE color: 11763664.
HSL color Cylindrical-coordinate representation of color #D07FB3: hue angle of 321.48º 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 #D07FB3 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 179 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.18 |
| HSL | 321.48º | 0.46% | 0.66% | - |
| HSV(B) | 321.48º | 0.39% | 0.82% | - |
| XYZ | 41.74 | 31.84 | 46.59 | - |
| YUV | 157.15 | 140.34 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 179 | 0 | 0.39 | 0.14 | 0.18 | 321.48 | 0.46 | 0.66 |
| Hex | D0 | 7F | B3 | 0 | 27 | E | 12 | 141 | 2E | 42 |
| Octal | 320 | 177 | 263 | 0 | 47 | 16 | 22 | 501 | 56 | 102 |
| Binary | 11010000 | 1111111 | 10110011 | 0 | 100111 | 1110 | 10010 | 101000001 | 101110 | 1000010 |
Color Harmonies of #D07FB3
Complementary color
Monochromatic Colors of #D07FB3
Black with #D07FB3
Text Example
Text Example
White with #D07FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FB3; }
p { color: rgb(208,127,179); }
H1.HeaderClassName
{
color: #D07FB3;
}
.AnyTagClassName
{
color: #D07FB3;
}
</style>
background-color css
<style>
a { background-color: #D07FB3; }
a { background-color: rgb(208,127,179); }
div.DivClassName
{
background-color: #D07FB3;
}
.BgClassName
{
background-color: #D07FB3;
}
</style>
border-color css
<style>
span { border-color: #D07FB3; }
span { border-color: rgb(208,127,179); }
td.TdClassName
{
border-color: #D07FB3;
}
.TagClassName
{
border-color: #D07FB3;
}
</style>