Shades of Lily #D48FB8
Tints of Lily #D48FB8
RGB
CMYK
RGB Variations
Color information
#D48FB8 (or 0xD48FB8) is known color: Lily. HEX triplet: D4, 8F and B8. RGB value is (212,143,184). Sum of RGB (Red+Green+Blue) = 212+143+184=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FB8 is #2B7047. Grayscale: #A8A8A8. Windows color (decimal): -2846792 or 12095444. OLE color: 12095444.
HSL color Cylindrical-coordinate representation of color #D48FB8: hue angle of 324.35º 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 #D48FB8 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 184 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.17 |
| HSL | 324.35º | 0.45% | 0.7% | - |
| HSV(B) | 324.35º | 0.33% | 0.83% | - |
| XYZ | 45.63 | 37.1 | 50.1 | - |
| YUV | 168.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 184 | 0 | 0.33 | 0.13 | 0.17 | 324.35 | 0.45 | 0.7 |
| Hex | D4 | 8F | B8 | 0 | 21 | D | 11 | 144 | 2D | 46 |
| Octal | 324 | 217 | 270 | 0 | 41 | 15 | 21 | 504 | 55 | 106 |
| Binary | 11010100 | 10001111 | 10111000 | 0 | 100001 | 1101 | 10001 | 101000100 | 101101 | 1000110 |
Color Harmonies of #D48FB8
Complementary color
Monochromatic Colors of #D48FB8
Black with #D48FB8
Text Example
Text Example
White with #D48FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48FB8; }
p { color: rgb(212,143,184); }
H1.HeaderClassName
{
color: #D48FB8;
}
.AnyTagClassName
{
color: #D48FB8;
}
</style>
background-color css
<style>
a { background-color: #D48FB8; }
a { background-color: rgb(212,143,184); }
div.DivClassName
{
background-color: #D48FB8;
}
.BgClassName
{
background-color: #D48FB8;
}
</style>
border-color css
<style>
span { border-color: #D48FB8; }
span { border-color: rgb(212,143,184); }
td.TdClassName
{
border-color: #D48FB8;
}
.TagClassName
{
border-color: #D48FB8;
}
</style>