#D494B6

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

Shades of Lily #D494B6

Tints of Lily #D494B6

Color information

#D494B6 (or 0xD494B6) is unknown color: approx Lily. HEX triplet: D4, 94 and B6. RGB value is (212,148,182). Sum of RGB (Red+Green+Blue) = 212+148+182=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D494B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494B6 is #2B6B49. Grayscale: #AAAAAA. Windows color (decimal): -2845514 or 11965652. OLE color: 11965652.

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

Color convert

RGB212148182-
CMYK00.300.140.17
HSL328.12º42.67%70.59%-
HSV(B)328.12º30.19%83.14%-
XYZ46.1838.5549.26-
YUV171.01134.2157.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.11%
GREEN value IS 148 (58.20% from 255) = 27.31%
BLUE value IS 182 (71.48% from 255) = 33.58%
R=39.11%
G=27.31%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214818200.300.140.17328.1242.6770.59
HexD494B601EE111482b47
Octal324224266036162151053107
Binary1101010010010100101101100111101110100011010010001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D494B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D494B6; }

 p { color: rgb(212,148,182); }

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

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

 a { background-color: rgb(212,148,182); }

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

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

 span { border-color: rgb(212,148,182); }

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