Shades of Lily #D494BD
Tints of Lily #D494BD
RGB
CMYK
RGB Variations
Color information
#D494BD (or 0xD494BD) is known color: Lily. HEX triplet: D4, 94 and BD. RGB value is (212,148,189). Sum of RGB (Red+Green+Blue) = 212+148+189=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D494BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494BD is #2B6B42. Grayscale: #ABABAB. Windows color (decimal): -2845507 or 12424404. OLE color: 12424404.
HSL color Cylindrical-coordinate representation of color #D494BD: hue angle of 321.56º degrees, saturation: 0.43, 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 #D494BD is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 189 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.17 |
| HSL | 321.56º | 0.43% | 0.71% | - |
| HSV(B) | 321.56º | 0.3% | 0.83% | - |
| XYZ | 46.93 | 38.85 | 53.17 | - |
| YUV | 171.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 189 | 0 | 0.30 | 0.11 | 0.17 | 321.56 | 0.43 | 0.71 |
| Hex | D4 | 94 | BD | 0 | 1E | B | 11 | 142 | 2B | 47 |
| Octal | 324 | 224 | 275 | 0 | 36 | 13 | 21 | 502 | 53 | 107 |
| Binary | 11010100 | 10010100 | 10111101 | 0 | 11110 | 1011 | 10001 | 101000010 | 101011 | 1000111 |
Color Harmonies of #D494BD
Complementary color
Monochromatic Colors of #D494BD
Black with #D494BD
Text Example
Text Example
White with #D494BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D494BD; }
p { color: rgb(212,148,189); }
H1.HeaderClassName
{
color: #D494BD;
}
.AnyTagClassName
{
color: #D494BD;
}
</style>
background-color css
<style>
a { background-color: #D494BD; }
a { background-color: rgb(212,148,189); }
div.DivClassName
{
background-color: #D494BD;
}
.BgClassName
{
background-color: #D494BD;
}
</style>
border-color css
<style>
span { border-color: #D494BD; }
span { border-color: rgb(212,148,189); }
td.TdClassName
{
border-color: #D494BD;
}
.TagClassName
{
border-color: #D494BD;
}
</style>