#D496B9

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

Shades of Lily #D496B9

Tints of Lily #D496B9

Color information

#D496B9 (or 0xD496B9) is unknown color: approx Lily. HEX triplet: D4, 96 and B9. RGB value is (212,150,185). Sum of RGB (Red+Green+Blue) = 212+150+185=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D496B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496B9 is #2B6946. Grayscale: #ACACAC. Windows color (decimal): -2844999 or 12162772. OLE color: 12162772.

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

Color convert

RGB212150185-
CMYK00.290.130.17
HSL326.13º41.89%70.98%-
HSV(B)326.13º29.25%83.14%-
XYZ46.8139.3151.02-
YUV172.53135.04156.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 185 (72.66% from 255) = 33.82%
R=38.76%
G=27.42%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215018500.290.130.17326.1341.8970.98
HexD496B901DD111462a47
Octal324226271035152150652107
Binary1101010010010110101110010111011101100011010001101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D496B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D496B9; }

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

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

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

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

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

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

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

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