Shades of Lily #D079B5
Tints of Lily #D079B5
RGB
CMYK
RGB Variations
Color information
#D079B5 (or 0xD079B5) is known color: Lily. HEX triplet: D0, 79 and B5. RGB value is (208,121,181). Sum of RGB (Red+Green+Blue) = 208+121+181=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D079B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079B5 is #2F864A. Grayscale: #999999. Windows color (decimal): -3114571 or 11893200. OLE color: 11893200.
HSL color Cylindrical-coordinate representation of color #D079B5: hue angle of 318.62º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D079B5 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 181 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.18 |
| HSL | 318.62º | 0.48% | 0.65% | - |
| HSV(B) | 318.62º | 0.42% | 0.82% | - |
| XYZ | 41.19 | 30.42 | 47.42 | - |
| YUV | 153.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 181 | 0 | 0.42 | 0.13 | 0.18 | 318.62 | 0.48 | 0.65 |
| Hex | D0 | 79 | B5 | 0 | 2A | D | 12 | 13F | 30 | 41 |
| Octal | 320 | 171 | 265 | 0 | 52 | 15 | 22 | 477 | 60 | 101 |
| Binary | 11010000 | 1111001 | 10110101 | 0 | 101010 | 1101 | 10010 | 100111111 | 110000 | 1000001 |
Color Harmonies of #D079B5
Complementary color
Monochromatic Colors of #D079B5
Black with #D079B5
Text Example
Text Example
White with #D079B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D079B5; }
p { color: rgb(208,121,181); }
H1.HeaderClassName
{
color: #D079B5;
}
.AnyTagClassName
{
color: #D079B5;
}
</style>
background-color css
<style>
a { background-color: #D079B5; }
a { background-color: rgb(208,121,181); }
div.DivClassName
{
background-color: #D079B5;
}
.BgClassName
{
background-color: #D079B5;
}
</style>
border-color css
<style>
span { border-color: #D079B5; }
span { border-color: rgb(208,121,181); }
td.TdClassName
{
border-color: #D079B5;
}
.TagClassName
{
border-color: #D079B5;
}
</style>