Shades of Lily #D491C2
Tints of Lily #D491C2
RGB
CMYK
RGB Variations
Color information
#D491C2 (or 0xD491C2) is known color: Lily. HEX triplet: D4, 91 and C2. RGB value is (212,145,194). Sum of RGB (Red+Green+Blue) = 212+145+194=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 212 - color contains mainly: red. Hex color #D491C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491C2 is #2B6E3D. Grayscale: #AAAAAA. Windows color (decimal): -2846270 or 12751316. OLE color: 12751316.
HSL color Cylindrical-coordinate representation of color #D491C2: hue angle of 316.12º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D491C2 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 194 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.17 |
| HSL | 316.12º | 0.44% | 0.7% | - |
| HSV(B) | 316.12º | 0.32% | 0.83% | - |
| XYZ | 47.01 | 38.14 | 55.92 | - |
| YUV | 170.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 194 | 0 | 0.32 | 0.08 | 0.17 | 316.12 | 0.44 | 0.7 |
| Hex | D4 | 91 | C2 | 0 | 20 | 8 | 11 | 13C | 2C | 46 |
| Octal | 324 | 221 | 302 | 0 | 40 | 10 | 21 | 474 | 54 | 106 |
| Binary | 11010100 | 10010001 | 11000010 | 0 | 100000 | 1000 | 10001 | 100111100 | 101100 | 1000110 |
Color Harmonies of #D491C2
Complementary color
Monochromatic Colors of #D491C2
Black with #D491C2
Text Example
Text Example
White with #D491C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D491C2; }
p { color: rgb(212,145,194); }
H1.HeaderClassName
{
color: #D491C2;
}
.AnyTagClassName
{
color: #D491C2;
}
</style>
background-color css
<style>
a { background-color: #D491C2; }
a { background-color: rgb(212,145,194); }
div.DivClassName
{
background-color: #D491C2;
}
.BgClassName
{
background-color: #D491C2;
}
</style>
border-color css
<style>
span { border-color: #D491C2; }
span { border-color: rgb(212,145,194); }
td.TdClassName
{
border-color: #D491C2;
}
.TagClassName
{
border-color: #D491C2;
}
</style>