Shades of Lily #D495BF
Tints of Lily #D495BF
RGB
CMYK
RGB Variations
Color information
#D495BF (or 0xD495BF) is known color: Lily. HEX triplet: D4, 95 and BF. RGB value is (212,149,191). Sum of RGB (Red+Green+Blue) = 212+149+191=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D495BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495BF is #2B6A40. Grayscale: #ACACAC. Windows color (decimal): -2845249 or 12555732. OLE color: 12555732.
HSL color Cylindrical-coordinate representation of color #D495BF: hue angle of 320º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D495BF is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 191 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.17 |
| HSL | 320º | 0.42% | 0.71% | - |
| HSV(B) | 320º | 0.3% | 0.83% | - |
| XYZ | 47.3 | 39.25 | 54.37 | - |
| YUV | 172.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 191 | 0 | 0.30 | 0.10 | 0.17 | 320 | 0.42 | 0.71 |
| Hex | D4 | 95 | BF | 0 | 1E | A | 11 | 140 | 2A | 47 |
| Octal | 324 | 225 | 277 | 0 | 36 | 12 | 21 | 500 | 52 | 107 |
| Binary | 11010100 | 10010101 | 10111111 | 0 | 11110 | 1010 | 10001 | 101000000 | 101010 | 1000111 |
Color Harmonies of #D495BF
Complementary color
Monochromatic Colors of #D495BF
Black with #D495BF
Text Example
Text Example
White with #D495BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D495BF; }
p { color: rgb(212,149,191); }
H1.HeaderClassName
{
color: #D495BF;
}
.AnyTagClassName
{
color: #D495BF;
}
</style>
background-color css
<style>
a { background-color: #D495BF; }
a { background-color: rgb(212,149,191); }
div.DivClassName
{
background-color: #D495BF;
}
.BgClassName
{
background-color: #D495BF;
}
</style>
border-color css
<style>
span { border-color: #D495BF; }
span { border-color: rgb(212,149,191); }
td.TdClassName
{
border-color: #D495BF;
}
.TagClassName
{
border-color: #D495BF;
}
</style>