Shades of Lily #D48FB7
Tints of Lily #D48FB7
RGB
CMYK
RGB Variations
Color information
#D48FB7 (or 0xD48FB7) is known color: Lily. HEX triplet: D4, 8F and B7. RGB value is (212,143,183). Sum of RGB (Red+Green+Blue) = 212+143+183=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FB7 is #2B7048. Grayscale: #A8A8A8. Windows color (decimal): -2846793 or 12029908. OLE color: 12029908.
HSL color Cylindrical-coordinate representation of color #D48FB7: hue angle of 325.22º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48FB7 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 183 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.17 |
| HSL | 325.22º | 0.45% | 0.7% | - |
| HSV(B) | 325.22º | 0.33% | 0.83% | - |
| XYZ | 45.52 | 37.06 | 49.55 | - |
| YUV | 168.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 183 | 0 | 0.33 | 0.14 | 0.17 | 325.22 | 0.45 | 0.7 |
| Hex | D4 | 8F | B7 | 0 | 21 | E | 11 | 145 | 2D | 46 |
| Octal | 324 | 217 | 267 | 0 | 41 | 16 | 21 | 505 | 55 | 106 |
| Binary | 11010100 | 10001111 | 10110111 | 0 | 100001 | 1110 | 10001 | 101000101 | 101101 | 1000110 |
Color Harmonies of #D48FB7
Complementary color
Monochromatic Colors of #D48FB7
Black with #D48FB7
Text Example
Text Example
White with #D48FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48FB7; }
p { color: rgb(212,143,183); }
H1.HeaderClassName
{
color: #D48FB7;
}
.AnyTagClassName
{
color: #D48FB7;
}
</style>
background-color css
<style>
a { background-color: #D48FB7; }
a { background-color: rgb(212,143,183); }
div.DivClassName
{
background-color: #D48FB7;
}
.BgClassName
{
background-color: #D48FB7;
}
</style>
border-color css
<style>
span { border-color: #D48FB7; }
span { border-color: rgb(212,143,183); }
td.TdClassName
{
border-color: #D48FB7;
}
.TagClassName
{
border-color: #D48FB7;
}
</style>