Shades of Lily #D07FB4
Tints of Lily #D07FB4
RGB
CMYK
RGB Variations
Color information
#D07FB4 (or 0xD07FB4) is known color: Lily. HEX triplet: D0, 7F and B4. RGB value is (208,127,180). Sum of RGB (Red+Green+Blue) = 208+127+180=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FB4 is #2F804B. Grayscale: #9D9D9D. Windows color (decimal): -3113036 or 11829200. OLE color: 11829200.
HSL color Cylindrical-coordinate representation of color #D07FB4: hue angle of 320.74º 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 #D07FB4 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 180 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.18 |
| HSL | 320.74º | 0.46% | 0.66% | - |
| HSV(B) | 320.74º | 0.39% | 0.82% | - |
| XYZ | 41.84 | 31.88 | 47.13 | - |
| YUV | 157.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 180 | 0 | 0.39 | 0.13 | 0.18 | 320.74 | 0.46 | 0.66 |
| Hex | D0 | 7F | B4 | 0 | 27 | D | 12 | 141 | 2E | 42 |
| Octal | 320 | 177 | 264 | 0 | 47 | 15 | 22 | 501 | 56 | 102 |
| Binary | 11010000 | 1111111 | 10110100 | 0 | 100111 | 1101 | 10010 | 101000001 | 101110 | 1000010 |
Color Harmonies of #D07FB4
Complementary color
Monochromatic Colors of #D07FB4
Black with #D07FB4
Text Example
Text Example
White with #D07FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FB4; }
p { color: rgb(208,127,180); }
H1.HeaderClassName
{
color: #D07FB4;
}
.AnyTagClassName
{
color: #D07FB4;
}
</style>
background-color css
<style>
a { background-color: #D07FB4; }
a { background-color: rgb(208,127,180); }
div.DivClassName
{
background-color: #D07FB4;
}
.BgClassName
{
background-color: #D07FB4;
}
</style>
border-color css
<style>
span { border-color: #D07FB4; }
span { border-color: rgb(208,127,180); }
td.TdClassName
{
border-color: #D07FB4;
}
.TagClassName
{
border-color: #D07FB4;
}
</style>