Shades of Lily #D493C2
Tints of Lily #D493C2
RGB
CMYK
RGB Variations
Color information
#D493C2 (or 0xD493C2) is known color: Lily. HEX triplet: D4, 93 and C2. RGB value is (212,147,194). Sum of RGB (Red+Green+Blue) = 212+147+194=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D493C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493C2 is #2B6C3D. Grayscale: #ABABAB. Windows color (decimal): -2845758 or 12751828. OLE color: 12751828.
HSL color Cylindrical-coordinate representation of color #D493C2: hue angle of 316.62º 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 #D493C2 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 194 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.17 |
| HSL | 316.62º | 0.43% | 0.7% | - |
| HSV(B) | 316.62º | 0.31% | 0.83% | - |
| XYZ | 47.32 | 38.76 | 56.03 | - |
| YUV | 171.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 194 | 0 | 0.31 | 0.08 | 0.17 | 316.62 | 0.43 | 0.7 |
| Hex | D4 | 93 | C2 | 0 | 1F | 8 | 11 | 13D | 2B | 46 |
| Octal | 324 | 223 | 302 | 0 | 37 | 10 | 21 | 475 | 53 | 106 |
| Binary | 11010100 | 10010011 | 11000010 | 0 | 11111 | 1000 | 10001 | 100111101 | 101011 | 1000110 |
Color Harmonies of #D493C2
Complementary color
Monochromatic Colors of #D493C2
Black with #D493C2
Text Example
Text Example
White with #D493C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D493C2; }
p { color: rgb(212,147,194); }
H1.HeaderClassName
{
color: #D493C2;
}
.AnyTagClassName
{
color: #D493C2;
}
</style>
background-color css
<style>
a { background-color: #D493C2; }
a { background-color: rgb(212,147,194); }
div.DivClassName
{
background-color: #D493C2;
}
.BgClassName
{
background-color: #D493C2;
}
</style>
border-color css
<style>
span { border-color: #D493C2; }
span { border-color: rgb(212,147,194); }
td.TdClassName
{
border-color: #D493C2;
}
.TagClassName
{
border-color: #D493C2;
}
</style>