Shades of Lily #D07DB5
Tints of Lily #D07DB5
RGB
CMYK
RGB Variations
Color information
#D07DB5 (or 0xD07DB5) is known color: Lily. HEX triplet: D0, 7D and B5. RGB value is (208,125,181). Sum of RGB (Red+Green+Blue) = 208+125+181=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DB5 is #2F824A. Grayscale: #9C9C9C. Windows color (decimal): -3113547 or 11894224. OLE color: 11894224.
HSL color Cylindrical-coordinate representation of color #D07DB5: hue angle of 319.52º 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 #D07DB5 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 181 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.18 |
| HSL | 319.52º | 0.47% | 0.65% | - |
| HSV(B) | 319.52º | 0.4% | 0.82% | - |
| XYZ | 41.69 | 31.41 | 47.58 | - |
| YUV | 156.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 181 | 0 | 0.40 | 0.13 | 0.18 | 319.52 | 0.47 | 0.65 |
| Hex | D0 | 7D | B5 | 0 | 28 | D | 12 | 140 | 2F | 41 |
| Octal | 320 | 175 | 265 | 0 | 50 | 15 | 22 | 500 | 57 | 101 |
| Binary | 11010000 | 1111101 | 10110101 | 0 | 101000 | 1101 | 10010 | 101000000 | 101111 | 1000001 |
Color Harmonies of #D07DB5
Complementary color
Monochromatic Colors of #D07DB5
Black with #D07DB5
Text Example
Text Example
White with #D07DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07DB5; }
p { color: rgb(208,125,181); }
H1.HeaderClassName
{
color: #D07DB5;
}
.AnyTagClassName
{
color: #D07DB5;
}
</style>
background-color css
<style>
a { background-color: #D07DB5; }
a { background-color: rgb(208,125,181); }
div.DivClassName
{
background-color: #D07DB5;
}
.BgClassName
{
background-color: #D07DB5;
}
</style>
border-color css
<style>
span { border-color: #D07DB5; }
span { border-color: rgb(208,125,181); }
td.TdClassName
{
border-color: #D07DB5;
}
.TagClassName
{
border-color: #D07DB5;
}
</style>