Shades of Lily #D494C2
Tints of Lily #D494C2
RGB
CMYK
RGB Variations
Color information
#D494C2 (or 0xD494C2) is known color: Lily. HEX triplet: D4, 94 and C2. RGB value is (212,148,194). Sum of RGB (Red+Green+Blue) = 212+148+194=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D494C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494C2 is #2B6B3D. Grayscale: #ACACAC. Windows color (decimal): -2845502 or 12752084. OLE color: 12752084.
HSL color Cylindrical-coordinate representation of color #D494C2: hue angle of 316.88º 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 #D494C2 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 194 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.17 |
| HSL | 316.88º | 0.43% | 0.71% | - |
| HSV(B) | 316.88º | 0.3% | 0.83% | - |
| XYZ | 47.48 | 39.07 | 56.08 | - |
| YUV | 172.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 194 | 0 | 0.30 | 0.08 | 0.17 | 316.88 | 0.43 | 0.71 |
| Hex | D4 | 94 | C2 | 0 | 1E | 8 | 11 | 13D | 2B | 47 |
| Octal | 324 | 224 | 302 | 0 | 36 | 10 | 21 | 475 | 53 | 107 |
| Binary | 11010100 | 10010100 | 11000010 | 0 | 11110 | 1000 | 10001 | 100111101 | 101011 | 1000111 |
Color Harmonies of #D494C2
Complementary color
Monochromatic Colors of #D494C2
Black with #D494C2
Text Example
Text Example
White with #D494C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D494C2; }
p { color: rgb(212,148,194); }
H1.HeaderClassName
{
color: #D494C2;
}
.AnyTagClassName
{
color: #D494C2;
}
</style>
background-color css
<style>
a { background-color: #D494C2; }
a { background-color: rgb(212,148,194); }
div.DivClassName
{
background-color: #D494C2;
}
.BgClassName
{
background-color: #D494C2;
}
</style>
border-color css
<style>
span { border-color: #D494C2; }
span { border-color: rgb(212,148,194); }
td.TdClassName
{
border-color: #D494C2;
}
.TagClassName
{
border-color: #D494C2;
}
</style>