#D496BA

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

Shades of Lily #D496BA

Tints of Lily #D496BA

Color information

#D496BA (or 0xD496BA) is unknown color: approx Lily. HEX triplet: D4, 96 and BA. RGB value is (212,150,186). Sum of RGB (Red+Green+Blue) = 212+150+186=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D496BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496BA is #2B6945. Grayscale: #ACACAC. Windows color (decimal): -2844998 or 12228308. OLE color: 12228308.

HSL color Cylindrical-coordinate representation of color #D496BA: hue angle of 325.16º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D496BA is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212150186-
CMYK00.290.120.17
HSL325.16º41.89%70.98%-
HSV(B)325.16º29.25%83.14%-
XYZ46.9239.3551.58-
YUV172.64135.54156.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 150 (58.98% from 255) = 27.37%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=38.69%
G=27.37%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215018600.290.120.17325.1641.8970.98
HexD496BA01DC111452a47
Octal324226272035142150552107
Binary1101010010010110101110100111011100100011010001011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D496BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D496BA; }

 p { color: rgb(212,150,186); }

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

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

 a { background-color: rgb(212,150,186); }

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

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

 span { border-color: rgb(212,150,186); }

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