Shades of Lily #D493BA
Tints of Lily #D493BA
RGB
CMYK
RGB Variations
Color information
#D493BA (or 0xD493BA) is known color: Lily. HEX triplet: D4, 93 and BA. RGB value is (212,147,186). Sum of RGB (Red+Green+Blue) = 212+147+186=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D493BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493BA is #2B6C45. Grayscale: #AAAAAA. Windows color (decimal): -2845766 or 12227540. OLE color: 12227540.
HSL color Cylindrical-coordinate representation of color #D493BA: hue angle of 324º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D493BA is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 186 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.17 |
| HSL | 324º | 0.43% | 0.7% | - |
| HSV(B) | 324º | 0.31% | 0.83% | - |
| XYZ | 46.45 | 38.41 | 51.42 | - |
| YUV | 170.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 186 | 0 | 0.31 | 0.12 | 0.17 | 324 | 0.43 | 0.7 |
| Hex | D4 | 93 | BA | 0 | 1F | C | 11 | 144 | 2B | 46 |
| Octal | 324 | 223 | 272 | 0 | 37 | 14 | 21 | 504 | 53 | 106 |
| Binary | 11010100 | 10010011 | 10111010 | 0 | 11111 | 1100 | 10001 | 101000100 | 101011 | 1000110 |
Color Harmonies of #D493BA
Complementary color
Monochromatic Colors of #D493BA
Black with #D493BA
Text Example
Text Example
White with #D493BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D493BA; }
p { color: rgb(212,147,186); }
H1.HeaderClassName
{
color: #D493BA;
}
.AnyTagClassName
{
color: #D493BA;
}
</style>
background-color css
<style>
a { background-color: #D493BA; }
a { background-color: rgb(212,147,186); }
div.DivClassName
{
background-color: #D493BA;
}
.BgClassName
{
background-color: #D493BA;
}
</style>
border-color css
<style>
span { border-color: #D493BA; }
span { border-color: rgb(212,147,186); }
td.TdClassName
{
border-color: #D493BA;
}
.TagClassName
{
border-color: #D493BA;
}
</style>