#D490C2

Color #D490C2 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #D490C2

Tints of Lily #D490C2

Color information

#D490C2 (or 0xD490C2) is unknown color: approx Lily. HEX triplet: D4, 90 and C2. RGB value is (212,144,194). Sum of RGB (Red+Green+Blue) = 212+144+194=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D490C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490C2 is #2B6F3D. Grayscale: #A9A9A9. Windows color (decimal): -2846526 or 12751060. OLE color: 12751060.

HSL color Cylindrical-coordinate representation of color #D490C2: hue angle of 315.88º 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 #D490C2 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB212144194-
CMYK00.320.080.17
HSL315.88º44.16%69.8%-
HSV(B)315.88º32.08%83.14%-
XYZ46.8637.8455.87-
YUV170.03141.53157.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 38.55%
GREEN value IS 144 (56.64% from 255) = 26.18%
BLUE value IS 194 (76.17% from 255) = 35.27%
R=38.55%
G=26.18%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214419400.320.080.17315.8844.1669.8
HexD490C202081113c2c46
Octal324220302040102147454106
Binary11010100100100001100001001000001000100011001111001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D490C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D490C2; }

 p { color: rgb(212,144,194); }

 H1.HeaderClassName
 {
   color: #D490C2;
 }
 .AnyTagClassName
 {
   color: #D490C2;
 }
</style>
background-color css

<style>
 a { background-color: #D490C2; }

 a { background-color: rgb(212,144,194); }

 div.DivClassName
 {
   background-color: #D490C2;
 }
 .BgClassName
 {
   background-color: #D490C2;
 }
</style>
border-color css

<style>
 span { border-color: #D490C2; }

 span { border-color: rgb(212,144,194); }

 td.TdClassName
 {
   border-color: #D490C2;
 }
 .TagClassName
 {
   border-color: #D490C2;
 }
</style>